diff options
author | lonkaars <loek@pipeframe.xyz> | 2023-02-24 15:10:45 +0100 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2023-02-24 15:10:45 +0100 |
commit | 672982618cb3ea63f0305785d7c499c83ece145b (patch) | |
tree | 0a4e3125d2fc95c3791653c512d8d0ae9bf5a875 /src/ds.mk | |
parent | 36c04e7b000035086b2e2b8020a2337c5c2fa390 (diff) |
mv sdl2 demo to src/ppusim folder
Diffstat (limited to 'src/ds.mk')
-rw-r--r-- | src/ds.mk | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,2 +1,7 @@ CC := gcc LD := gcc + +LFLAGS += -lSDL2 + +DESKTOP_SRCS += ppusim/main.c + |