Files
Michael Ranaldo 738678d723 Added CSS
2021-11-22 22:40:14 +00:00

7 lines
145 B
Makefile

CC = x86_64-w64-mingw32-gcc
FLAGS = -Os -m64 -ffunction-sections -Wl,--strip-all
LIB = -lpcre2-8
css:
$(CC) main.c $(FLAGS) $(LIB) -o css.exe