소스 검색

Compile sprites first to have the header available

Streetwalrus Einstein 10 년 전
부모
커밋
ce90a67676
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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