0
0
Fork 0
mirror of https://git.code.sf.net/p/quake/newtree synced 2025-03-08 17:31:07 +00:00
newtree/tools/gas2masm/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