From 9948d8eaa8e70d9580b567d7e1ffb9904248d978 Mon Sep 17 00:00:00 2001 From: Benjamin Althues Date: Sun, 27 May 2012 21:34:40 +0200 Subject: Make baps1 a dependency for the install target --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3-54-g00ecf