pmaports/postmarketos-demos/Makefile
Oliver Smith 1c0ff6aa23 Put postmarketOS aports inside pmbootstrap repo
Later, the aports folder will probably get split up in its own repository.
But right now this is simply convenient.
2017-05-26 22:26:25 +02:00

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