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
8848b647d7
commit
fc62283164
@ -45,6 +45,3 @@ EXTRA_tinyproxy_SOURCES = filter.c filter.h \
|
|||||||
tinyproxy_DEPENDENCIES = @ADDITIONAL_OBJECTS@
|
tinyproxy_DEPENDENCIES = @ADDITIONAL_OBJECTS@
|
||||||
tinyproxy_LDADD = @ADDITIONAL_OBJECTS@
|
tinyproxy_LDADD = @ADDITIONAL_OBJECTS@
|
||||||
|
|
||||||
clean:
|
|
||||||
rm -f *.da
|
|
||||||
rm -f gmon.out
|
|
||||||
|
Loading…
Reference in New Issue
Block a user