Changed DiffText and Constant highlight groups
[MacVim/jjgod.git] / src / xxd / Make_amiga.mak
blobbe382027b5a78c6b05aa4882ec38406e36440a7a
1 # Makefile for xxd on the Amiga, using Aztec/Manx C 5.0 or later
4 #>>>>> choose between debugging (-bs) or optimizing (-so)
5 OPTIONS = -so
6 #OPTIONS = -bs
8 #>>>>>> choose -g for debugging
9 LN_DEBUG =
10 #LN_DEBUG = -g
12 CFLAGS = $(OPTIONS) -wapruq -ps -qf -DAMIGA -Dconst=
14 Xxd: xxd.o
15 ln +q -m $(LN_DEBUG) -o Xxd xxd.o -lc16
17 xxd.o: xxd.c
18 cc $(CFLAGS) xxd.c -o xxd.o