X-Git-Url: https://git.llucax.com/z.facultad/75.06/jacu.git/blobdiff_plain/87673889dd7bc0a18e9cefd5cae898ef0e864ba8..bfe6de10fe456e512b54d97dc54de7591c443875:/src/Makefile diff --git a/src/Makefile b/src/Makefile index 87d5c66..da939ef 100644 --- a/src/Makefile +++ b/src/Makefile @@ -40,7 +40,7 @@ depend: makedepend -- $(CFLAGS) -- $(SRCS) clean: - @$(RM) -f *.o $(TARGETS) + @$(RM) -f *.o $(COMMON) $(TARGETS) .PHONY: all clean depend