mirror of
https://github.com/devkitPro/wut.git
synced 2026-09-11 20:56:04 -05:00
Detect when exports.h has been modified.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user