git » fp-git.git » commit c437b90

make all installs the program

author ecalot
2004-06-30 05:46:44 UTC
committer ecalot
2004-06-30 05:46:44 UTC
parent 84809fc5c54872597fe8fe7992782c979ba40844

make all installs the program

FP/src/Makefile +4 -1

diff --git a/FP/src/Makefile b/FP/src/Makefile
index a7149f5..6fd5b2c 100644
--- a/FP/src/Makefile
+++ b/FP/src/Makefile
@@ -45,7 +45,10 @@ clean:
 
 build: clean  $(EXEFILE)
 
-all: $(EXEFILE)
+all: install build
+
+install: ../install
+	@cd ..;./install; cd src
 
 #files