put config.h dependency into the Makefile
This commit is contained in:
@@ -2,5 +2,5 @@ TARGET=fiboBG
|
||||
SRC=main.c
|
||||
# DEBUG=-g
|
||||
DEBUG=
|
||||
$(TARGET): main.c
|
||||
$(TARGET): main.c config.h
|
||||
gcc -Wall -Wextra $(DEBUG) $(SRC) `pkg-config --cflags --libs cairo x11` -o $(TARGET) -lm
|
||||
|
||||
Reference in New Issue
Block a user