index
:
project-arcade
apu
dev
master
poc-arbitrary-rom-stm32
ppu
ppu-stm-integration-demo
survival
tilemap-build-system
22-23 b07 proj09: arcade game
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
ds.mk
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
(limited to 'src/ds.mk')
-rw-r--r--
src/ds.mk
5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ds.mk b/src/ds.mk
index 57b305f..498ed27 100644
--- a/
src/ds.mk
+++ b/
src/ds.mk
@@ -1,2 +1,7 @@
CC := gcc
LD := gcc
+
+LFLAGS += -lSDL2
+
+DESKTOP_SRCS += ppusim/main.c
+