aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorClyne Sullivan <clyne@bitgloo.com>2021-11-22 19:44:48 -0500
committerClyne Sullivan <clyne@bitgloo.com>2021-11-22 19:44:48 -0500
commitfde531e7c44ea917f745a9f800178fbe83fa19b5 (patch)
tree7b305c0bb27bf0fd30f9f0feeb7ae6dadbc8d1ae /Makefile
parentc76ba69fc933a86e526855b097907a728e24568b (diff)
more refactor; draw samples grid and cursor; gen load fixes
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 26e0208..81e580d 100644
--- a/Makefile
+++ b/Makefile
@@ -24,7 +24,7 @@ $(OUTPUT): $(OFILES)
clean:
@echo " CLEAN"
- @rm $(OFILES) $(OUTPUT)
+ @rm -f $(OFILES) $(OUTPUT)
%.o: %.cpp
@echo " CXX " $<