quakeforge-old/tools/gas2masm/Makefile
Jeff Teunissen 2ed2f5f7ca Added very evil, and very unportable, Makefile for gas2masm on Linux for
testing purposes. It may go away soon, or improved drastically -- I don't
know.
2000-01-19 06:29:45 +00:00

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