mirror of
https://git.code.sf.net/p/quake/quakeforge-old
synced 2024-11-10 06:31:56 +00:00
2ed2f5f7ca
testing purposes. It may go away soon, or improved drastically -- I don't know.
5 lines
157 B
Makefile
5 lines
157 B
Makefile
# Quick-and-dirty Makefile for gas2masm
|
|
|
|
all: gas2masm
|
|
gas2masm: gas2masm.c
|
|
cc $(CFLAGS) -Dstrcmpi=strcasecmp -Dstrnicmp=strncasecmp -o gas2masm gas2masm.c
|