1 # Makefile for xxd on the Amiga, using Aztec/Manx C 5.0 or later
4 #>>>>> choose between debugging (-bs) or optimizing (-so)
8 #>>>>>> choose -g for debugging
12 CFLAGS
= $(OPTIONS
) -wapruq
-ps
-qf
-DAMIGA
-Dconst
=
15 ln
+q
-m
$(LN_DEBUG
) -o Xxd xxd.o
-lc16
18 cc $(CFLAGS
) xxd.c
-o xxd.o