mirror of
https://github.com/Oibaf66/frodo-wii.git
synced 2024-11-13 07:05:12 +01:00
Build sysconfig
This commit is contained in:
parent
dd957bcbff
commit
348a577980
@ -47,11 +47,14 @@ DEPS=$(patsubst %.cpp,deps/%.d,$(CPP_SRCS)) $(patsubst %.c,deps/%.d,$(C_SRCS))
|
||||
|
||||
TARGET=frodo
|
||||
|
||||
all: deps $(TARGET)
|
||||
all: Src/sysconfig.h deps $(TARGET)
|
||||
deps: $(DEPS)
|
||||
|
||||
-include $(DEPS)
|
||||
|
||||
Src/sysconfig.h: Src/sysconfig.h.Host-SDL
|
||||
cp $< $@
|
||||
|
||||
clean:
|
||||
rm -rf objs-host/* deps/* *.gcda *.gcno *~ $(TARGET) $(TARGET)-gcov
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user