[go: up one dir, main page]

Menu

[r53]: / tags / v1.0.3 / Makefile  Maximize  Restore  History

Download this file

13 lines (9 with data), 203 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
#
# Makefile for the DOS target, using Turbo C v2.01
#
all: uhex.com
uhex.com: uhex.c file.c io.c
tcc -mt -lt -f- -O -Z -d uhex.c file.c io.c
upx --8086 -9 uhex.com
clean:
del uhex.com