1
0
mirror of https://github.com/aap/pdp6.git synced 2026-05-03 14:48:44 +00:00

various changes

This commit is contained in:
aap
2016-10-21 15:09:01 +02:00
parent bdf5fad41d
commit c80dce6e90
35 changed files with 7362 additions and 39 deletions

8
tools/Makefile Normal file
View File

@@ -0,0 +1,8 @@
all: as6 ld6 ptdump
as6: as6.c pdp6common.c
cc -g as6.c pdp6common.c -o as6
ld6: ld6.c pdp6common.c
cc -g ld6.c pdp6common.c -o ld6
ptdump: ptdump.c pdp6common.c
cc -g ptdump.c pdp6common.c -o ptdump