mirror of
https://git.code.sf.net/p/mingw-w64/mingw-w64
synced 2024-11-27 03:43:37 +08:00
6 lines
112 B
Makefile
6 lines
112 B
Makefile
|
bin_PROGRAMS = gendef
|
||
|
|
||
|
gendef_SOURCES = src/gendef.h src/gendef.c
|
||
|
gendef_CFLAGS = -O3 -g -Werror -Wall -Wextra
|
||
|
|