1
0
mirror of https://github.com/aap/pdp6.git synced 2026-01-13 23:37:09 +00:00
aap.pdp6/Makefile
2016-04-03 23:07:12 +02:00

13 lines
303 B
Makefile

SRC=main.c apr.c mem.c io.c
CFLAGS= -Wno-shift-op-parentheses -Wno-logical-op-parentheses\
-Wno-bitwise-op-parentheses\
-L/usr/local/lib -I/usr/local/include -lSDL -lSDL_image -lpthread
pdp6: $(SRC) pdp6.h
$(CC) $(CFLAGS) $(SRC) -o pdp6
as: test.s
as10 <test.s
rim2mem <a.rim >mem