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.
This commit is contained in:
Jeff Teunissen 2000-01-19 06:29:45 +00:00
parent 9ffb99910b
commit 2ed2f5f7ca

5
tools/gas2masm/Makefile Normal file
View file

@ -0,0 +1,5 @@
# Quick-and-dirty Makefile for gas2masm
all: gas2masm
gas2masm: gas2masm.c
cc $(CFLAGS) -Dstrcmpi=strcasecmp -Dstrnicmp=strncasecmp -o gas2masm gas2masm.c