Add placeholder install

This commit is contained in:
Clortox 2021-07-25 19:22:38 -04:00
parent adc6d41101
commit cc82998e8e
1 changed files with 3 additions and 0 deletions

View File

@ -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)