Skip to content
Snippets Groups Projects
Commit 20b706a0 authored by Younes Oubkis's avatar Younes Oubkis
Browse files

Split output and source

parent 9d6d4d4a
No related branches found
No related tags found
No related merge requests found
No preview for this file type
...@@ -5,4 +5,4 @@ LINKS := $(wildcard lib/*.c) ...@@ -5,4 +5,4 @@ LINKS := $(wildcard lib/*.c)
app: app.c lib/shapes.c lib/ui.c lib/lib.h app: app.c lib/shapes.c lib/ui.c lib/lib.h
$(shell unset GTK_PATH) $(shell unset GTK_PATH)
echo $(LINKS) are linked to executable echo $(LINKS) are linked to executable
gcc $(CFLAGS) app.c -o app $(LIBS) $(LINKS) gcc $(CFLAGS) app.c -o ../bin/app $(LIBS) $(LINKS)
\ No newline at end of file \ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment