diff --git a/Makefile b/Makefile
index 6d888ad59113eec8ed954e618b26baa3b61c4dc5..5dd56684f96314a732fd5e821d9b689fd81900d2 100644
--- a/Makefile
+++ b/Makefile
@@ -12,7 +12,9 @@ EXTINC += -I$(FMDIR)/mod
 EXTLIBS += -L$(FFTWDIR)/lib
 EXTINC += -I$(FFTWDIR)/include
 
-all: dirs src/srcinfo.h $(EXEC) mvmod
+all: dirs src/srcinfo.h $(EXEC)
+
+install: dirs src/srcinfo.h $(EXEC) mvmod
 
 run: all
 	(cd wk; $(EXEC);)