Explorar o código

Compile sprites first to have the header available

Streetwalrus Einstein %!s(int64=10) %!d(string=hai) anos
pai
achega
ce90a67676
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -19,7 +19,7 @@ endif
 ZEHN = genzehn
 ZEHNFLAGS = --name "$(NAME)"
 
-SOURCES = $(wildcard src/*.c) art/sprites.c
+SOURCES = art/sprites.c $(wildcard src/*.c)
 OBJS = $(patsubst %.c,%.o,$(SOURCES))
 
 DISTDIR = bin