diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -7,5 +7,8 @@ install: pulsemix mkdir -p $(DESTDIR)/usr/bin install -m755 pulsemix $(DESTDIR)/usr/bin/pulsemix +check: pulsemix + ./runtests ./pulsemix + clean: $(RM) pulsemix pulsemix.o |