Skip to content
Snippets Groups Projects
Commit de04dd0f authored by tanguy.cavagna's avatar tanguy.cavagna :desktop:
Browse files

Added specific dependecies to test-draw

parent 3a8e8cd9
No related branches found
No related tags found
No related merge requests found
......@@ -38,7 +38,7 @@ PHONY += clean
clean:
rm -rf $(BIN)
test-draw: draw/test.c
test-draw: draw/test.c $(BIN)/draw/draw.o $(BIN)/gfx/gfx.o
$(CC) $(CFLAGS) -o $(BIN)/draw/$@.o -c $< $(LDFLAGS)
$(CC) $(CFLAGS) -o $(BIN)/draw/$@ $(BIN)/draw/$@.o $(BIN)/draw/draw.o $(BIN)/gfx/gfx.o $(LIBS) $(LDFLAGS)
./$(BIN)/draw/$@
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment