mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-05 20:50:43 +00:00
ad0eee5dfe
and the rest from newtree
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
|