X-Git-Url: https://git.llucax.com/z.facultad/75.06/jacu.git/blobdiff_plain/87673889dd7bc0a18e9cefd5cae898ef0e864ba8..cb53166758c12a09e9911769ce89c94cee4cc0f0:/src/Makefile?ds=sidebyside 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