blob: cb6694e1cf51c7ee0afe9a9cc88d6f9cf3a8f275 [file] [log] [blame]
# 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