diff --git a/smakefile b/smakefile index df2824c..c03fd60 100644 --- a/smakefile +++ b/smakefile @@ -6,6 +6,7 @@ NAME = configreader +CFLAGS = debug fullflush LFLAGS = addsym smallcode smalldata noicons batch LIBS = lib:sc.lib lib:amiga.lib lib:debug.lib @@ -24,7 +25,7 @@ configfile.lib : configfile.o configmodel.o sectionstore.o cregex/pattern.o creg # JOIN containers/stringarray.o containers/linearray.o containers/sectionarray.o containers/sectionmap.o AS containers/containers.lib clean: - delete \#?.o $(NAME) ALL QUIET + delete \#?.o containers/\#?.o cregex/\#?.o $(NAME) ALL QUIET cleanlibs: delete configfile.lib containers/\#?.o cregex/\#?.o ALL QUIET