1
0
mirror of https://github.com/livingcomputermuseum/cpus-pdp8.git synced 2026-02-25 16:40:55 +00:00
Files
livingcomputermuseum.cpus-pdp8/utils/ushow/Makefile
brad e2df0883bd
2010-10-23 23:31:49 +00:00

10 lines
72 B
Makefile

#
all: ushow
ushow: ushow.c
cc -o ushow ushow.c
clean:
rm -f ushow