Explorar el Código

Add a Makefile

Lucas Stadler %!s(int64=9) %!d(string=hace) años
padre
commit
8e959cc7d3
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. 4 0
      c/ton/Makefile

+ 4 - 0
c/ton/Makefile

@ -0,0 +1,4 @@
1
JSC_CFLAGS = $(shell pkg-config javascriptcoregtk-4.0 --cflags --libs)
2
3
ton: *.c
4
	clang $(JSC_CFLAGS) main.c -o $@