aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Benjamin Althues2012-05-27 21:34:40 +0200
committerGravatar Benjamin Althues2012-05-27 21:34:40 +0200
commit9948d8eaa8e70d9580b567d7e1ffb9904248d978 (patch)
tree905455d6c37e85ad719aff51d98b6ee3337b8d34
parent6445aa388546b288cbc8c271c9204b3719a708f5 (diff)
downloadbaps1-9948d8eaa8e70d9580b567d7e1ffb9904248d978.tar.gz
baps1-9948d8eaa8e70d9580b567d7e1ffb9904248d978.zip
Make baps1 a dependency for the install target
-rw-r--r--src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index a57930f..25056d4 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -6,7 +6,7 @@ baps1: main.o
main.o: main.c
$(CC) -c main.c
-install:
+install: baps1
cp baps1 $(INST_PATH)/baps1
clean:
rm baps1 *.o