diff options
author | lonkaars <loek@pipeframe.xyz> | 2023-02-24 19:11:59 +0100 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2023-02-24 19:11:59 +0100 |
commit | f5c8ae2f2d2074d483490e857db5aef8388f06c9 (patch) | |
tree | a76e1985433216a31e112d3f4daccdf19097c06d /src/ds.mk | |
parent | 5f5c6a410cafaa917ca3ff0a2a95bb1f2db4b980 (diff) |
c interface semi-done
Diffstat (limited to 'src/ds.mk')
-rw-r--r-- | src/ds.mk | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -3,5 +3,6 @@ LD := gcc LFLAGS += -lSDL2 -DESKTOP_SRCS += ppusim/sim.c +DESKTOP_SRCS += ppusim/sim.c \ + ppusim/mem.c |