diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -8,7 +8,6 @@ all: statusbar statusbar: statusbar.c @echo "CC $@" @$(CC) $(CFLAGS) $(LDFLAGS) -o $@ $< - @echo "strip $@" install: statusbar @echo "installing $< to $(BINDIR)" |