5 lines
67 B
Makefile
5 lines
67 B
Makefile
TARGET = thpp.lib
|
|
CFILES = .\main.c
|
|
CFLAGS = -P
|
|
NO_WINMAIN = 1
|