diff options
Diffstat (limited to 'src/static/makefile')
-rw-r--r-- | src/static/makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/static/makefile b/src/static/makefile index 9a17326..9c75bca 100644 --- a/src/static/makefile +++ b/src/static/makefile @@ -11,9 +11,11 @@ INPUT += air.hex \ background/shop.hex \ background/title_screen_icon.hex \ foreground/title_screen_letteres_large.hex\ + foreground/bullet.hex \ + foreground/gozer.hex \ foreground/slime.hex \ - foreground/font.hex \ - world.hex + foreground/font.hex + # world.hex USER_META += world.h OUT_BIN := $(patsubst %.hex,%.bin, $(INPUT)) |