Removed the clean target from the src directory

This commit is contained in:
Mukund Sivaraman 2008-05-11 16:11:59 +05:30
parent 893aaabe9c
commit 1df038294b

View File

@ -50,6 +50,3 @@ tinyproxy_LDADD = @ADDITIONAL_OBJECTS@
scanner.c: scanner.l grammar.h
$(LEX) $(LEX_FLAGS) $(LFLAGS) -i $< && mv $(LEX_OUTPUT_ROOT).c $@
clean:
rm -f *.da
rm -f gmon.out