mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 03:32:46 +00:00
Makefile.orbis: Fix makefile.
This commit is contained in:
parent
e827c3648f
commit
1db0a280b0
@ -55,6 +55,7 @@ else
|
||||
endif
|
||||
|
||||
include Makefile.common
|
||||
CFLAGS += $(DEF_FLAGS)
|
||||
BLACKLIST :=
|
||||
OBJ := $(filter-out $(BLACKLIST),$(OBJ))
|
||||
|
||||
@ -167,4 +168,4 @@ clean:
|
||||
.PHONY: clean all
|
||||
.PRECIOUS: %.depend
|
||||
|
||||
-include $(OBJ:.o=.depend)
|
||||
-include $(OBJ:.o=.depend)
|
||||
|
Loading…
x
Reference in New Issue
Block a user