mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-15 17:53:31 +01:00
11 lines
153 B
Makefile
11 lines
153 B
Makefile
AUTOMAKE_OPTIONS = foreign
|
|
ACLOCAL_AMFLAGS = -I m4
|
|
SUBDIRS = src include
|
|
|
|
EXTRA_DIST = \
|
|
README.md
|
|
|
|
indent:
|
|
indent -kr -ut -ts4 -l120 src/*.c src/*.h
|
|
|