mirror of
https://github.com/libsm64/libsm64.git
synced 2025-01-22 07:32:04 -05:00
Merge pull request #58 from Brawmario/fix-parallel-test-compile
Fix compilation order dependency for generated level.c file
This commit is contained in:
commit
f0e8b501e1
1 changed files with 2 additions and 3 deletions
5
Makefile
5
Makefile
|
@ -58,11 +58,10 @@ $(LIB_FILE): $(O_FILES)
|
|||
$(LIB_H_FILE): src/libsm64.h
|
||||
cp -f $< $@
|
||||
|
||||
|
||||
test/level.c test/level.h: ./import-test-collision.py
|
||||
test/level.c: ./import-test-collision.py
|
||||
./import-test-collision.py
|
||||
|
||||
test/main.cpp: test/level.h
|
||||
test/main.cpp test/gl20/gl20_renderer.c test/gl33core/gl33core_renderer.c: test/level.c
|
||||
|
||||
$(BUILD_DIR)/test/%.o: test/%.c
|
||||
@$(CC) $(CFLAGS) -MM -MP -MT $@ -MF $(BUILD_DIR)/test/$*.d $<
|
||||
|
|
Loading…
Reference in a new issue