diff --git a/Makefile b/Makefile index 5e3c4ee..0c9a123 100644 --- a/Makefile +++ b/Makefile @@ -26,6 +26,9 @@ all : $(OBJ) .cpp.o : $(CC) $(FLAGS) $(CFLAGS) $(LIBRARIES) -c $< -o $@ +install : all + + clean : find . -type f -name '*.o' -delete rm -rf $(TARGET)