1c0ff6aa23
Later, the aports folder will probably get split up in its own repository. But right now this is simply convenient.
3 lines
135 B
Makefile
Executable file
3 lines
135 B
Makefile
Executable file
postmarketos-demos: main.c
|
|
$(CC) `pkg-config --cflags gtk+-3.0` -o postmarketos-demos \
|
|
main.c `pkg-config --libs gtk+-3.0` -Werror
|