|
|
@@ -116,6 +116,13 @@ tar: distrib
|
|
|
# rm -rf $(DISTRIB)/
|
|
|
# cd ../ && rm -rf distrib/
|
|
|
|
|
|
+indent:
|
|
|
+ @ifiles="`find src -name '*.h' -or -name '*.c'`"; \
|
|
|
+ for s in $$ifiles; \
|
|
|
+ do \
|
|
|
+ indent $$s; \
|
|
|
+ done
|
|
|
+
|
|
|
packconf: makesettings $(CFG)
|
|
|
@src/makesettings $(CFG) src/settings.c~
|
|
|
@(if [ ! -f src/settings.c ]; then \
|