Kräftig aufgeräumt. Kollisions- und Sprungtötungsphysik jetzt allein auf
[hackover2013-badge-firmware.git] / Makefile
index cfb6e30..ac9a3d5 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -24,6 +24,7 @@ DEBUGBUILD = FALSE
 # IDE Flags (Keeps various IDEs happy)\r
 ##########################################################################\r
 \r
+#OPTDEFINES = -D __NEWLIB__ -DR0KET\r
 OPTDEFINES = -D __NEWLIB__ -DHOB_REV2\r
 ##########################################################################\r
 # Project-specific files \r
@@ -38,8 +39,10 @@ SRCS = \
   badge/jumpnrun/jumpnrun.c \\r
   badge/jumpnrun/level_load.c \\r
   badge/jumpnrun/tiles.c \\r
+  badge/jumpnrun/stats.c \\r
   badge/ui/display.c \\r
   badge/ui/event.c \\r
+  badge/ui/font.c \\r
   badge/ui/sprite.c\r
 \r
 SRCS += \\r
@@ -47,6 +50,9 @@ SRCS += \
   dataflash/diskio.c \\r
   dataflash/at45db041d.c\r
 \r
+SRCS += \\r
+  funk/nrf24l01p.c\r
+\r
 SRCS += \\r
   project/commands.c\r
 \r
This page took 0.023197 seconds and 4 git commands to generate.