diff --git a/src/Makefile b/src/Makefile index 36ba738..2831ea8 100644 --- a/src/Makefile +++ b/src/Makefile @@ -38,6 +38,6 @@ new_header: clean: rm -f $(TARGET) $(OBJECTS) version.h -.PHONY: all clean +.PHONY: all clean edit # vim: noet