summaryrefslogtreecommitdiff
path: root/src/xxd/Make_os2.mak
blob: cb6694e1cf51c7ee0afe9a9cc88d6f9cf3a8f275 (plain)
1
2
3
4
5
6
7
8
9
10
11
# A very (if most the most) simplistic Makefile for OS/2

CC=gcc
CFLAGS=-O2 -fno-strength-reduce -DOS2

xxd.exe: xxd.c
	$(CC) $(CFLAGS) -s -o $@ $<

clean:
	- del xxd.o
	- del xxd.exe