1
0
mirror of https://github.com/aap/pdp6.git synced 2026-04-26 20:26:42 +00:00

started with IO

This commit is contained in:
aap
2016-04-16 01:32:43 +02:00
parent f41c186d88
commit 692715079e
5 changed files with 162 additions and 39 deletions

View File

@@ -2,7 +2,7 @@ SRC=main.c apr.c mem.c io.c
# clang
#CFLAGS= -Wno-shift-op-parentheses -Wno-logical-op-parentheses \
# -Wno-bitwise-op-parentheses
CFLAGS= \
CFLAGS= -g -Os \
-fno-diagnostics-show-caret \
-L/usr/local/lib -I/usr/local/include -lSDL -lSDL_image -lpthread