Make baps1 a dependency for the install target
This commit is contained in:
parent
6445aa3885
commit
9948d8eaa8
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue