0
0
Fork 0
mirror of https://git.code.sf.net/p/quake/quakeforge synced 2025-02-25 21:21:14 +00:00
quakeforge/tools/gas2masm/Makefile

6 lines
157 B
Makefile
Raw Normal View History

# Quick-and-dirty Makefile for gas2masm
all: gas2masm
gas2masm: gas2masm.c
cc $(CFLAGS) -Dstrcmpi=strcasecmp -Dstrnicmp=strncasecmp -o gas2masm gas2masm.c