mirror of
https://github.com/wiiu-env/wut.git
synced 2025-01-22 05:21:15 +01:00
Add dependency on exports.h in library Makefile.
This commit is contained in:
parent
4bfbb7abf7
commit
55721fbe4f
@ -61,7 +61,7 @@ OFILES := $(filter-out $(ODEPS),$(OFILES))
|
||||
|
||||
$(OUTPUT).a: rpl.o $(OFILES)
|
||||
|
||||
lib.o: lib.c
|
||||
lib.o: lib.c exports.h
|
||||
@echo "[CC] $(notdir $<)"
|
||||
@$(CC) $(EXTRA_OPTIONS) $(RPLCFLAGS) -S $(INCLUDES) $< -o lib.S
|
||||
@$(CC) $(EXTRA_OPTIONS) $(RPLCFLAGS) -c lib.S -o $@
|
||||
|
Loading…
x
Reference in New Issue
Block a user