mirror of
https://github.com/wiiu-env/wut.git
synced 2024-12-13 17:41:49 +01:00
Detect when exports.h has been modified.
This commit is contained in:
parent
9b769d2f6e
commit
91dde76fbb
@ -61,6 +61,8 @@ OFILES := $(filter-out $(ODEPS),$(OFILES))
|
||||
|
||||
$(OUTPUT).a: rpl.o $(OFILES)
|
||||
|
||||
lib.c: exports.h
|
||||
|
||||
lib.o: lib.c exports.h
|
||||
@echo "[CC] $(notdir $<)"
|
||||
@$(CC) $(EXTRA_OPTIONS) $(RPLCFLAGS) -S $(INCLUDES) $< -o lib.S
|
||||
|
Loading…
Reference in New Issue
Block a user