mirror of
https://git.code.sf.net/p/quake/quakeforge-old
synced 2024-11-21 19:32:30 +00:00
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:
parent
9ffb99910b
commit
2ed2f5f7ca
1 changed files with 5 additions and 0 deletions
5
tools/gas2masm/Makefile
Normal file
5
tools/gas2masm/Makefile
Normal 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
|
Loading…
Reference in a new issue