Removed the clean target from the src directory
This was overriding the automake clean target to clean up files like *.o by default.
This commit is contained in:
parent
772c2849e8
commit
ed253766ea
@ -47,6 +47,3 @@ EXTRA_tinyproxy_SOURCES = grammar.h
|
|||||||
scanner.c: scanner.l grammar.h
|
scanner.c: scanner.l grammar.h
|
||||||
$(LEX) $(AM_LFLAGS) $(LFLAGS) -i $< && mv $(LEX_OUTPUT_ROOT).c $@
|
$(LEX) $(AM_LFLAGS) $(LFLAGS) -i $< && mv $(LEX_OUTPUT_ROOT).c $@
|
||||||
|
|
||||||
clean:
|
|
||||||
rm -f *.da
|
|
||||||
rm -f gmon.out
|
|
Loading…
Reference in New Issue
Block a user