forked from brmlab/brmbar-github
Makefile: Added defines.h to dependencies for brmbar.c
Signed-off-by: Cestmir Houska <czestmyr@gmail.com>
This commit is contained in:
parent
564f8ab87c
commit
842a6eb13f
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -1,7 +1,7 @@
|
||||||
CC=bcc
|
CC=bcc
|
||||||
CFLAGS=-Md -W
|
CFLAGS=-Md -W
|
||||||
|
|
||||||
brmbar.com: brmbar.c
|
brmbar.com: brmbar.c defines.h
|
||||||
$(CC) $(CFLAGS) brmbar.c -o brmbar.com
|
$(CC) $(CFLAGS) brmbar.c -o brmbar.com
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue