aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorClyne Sullivan <clyne@bitgloo.com>2021-08-08 22:50:12 -0400
committerClyne Sullivan <clyne@bitgloo.com>2021-08-08 22:50:12 -0400
commit3da3e76f17912e1105c090b738edc1cf2a8ad861 (patch)
treece97d33dd8a34193564f3b4c81448243d6996341 /Makefile
parentbf0a126e8a9d30b77007829166f4bf91a3900079 (diff)
swap status bar for log view
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e00f59e..81f96f7 100644
--- a/Makefile
+++ b/Makefile
@@ -31,5 +31,5 @@ clean:
%.o: %.cc
@echo " CXX " $<
- g++ $(CXXFLAGS) -c $< -o $@
+ @g++ $(CXXFLAGS) -c $< -o $@