mirror of
https://github.com/kanjitalk755/macemu.git
synced 2024-11-18 18:05:21 +00:00
Corrected dependency for non-ide building
(makefile was not generating cpuemu*.cpp)
This commit is contained in:
parent
466fc971f6
commit
47e9fe084c
@ -55,7 +55,7 @@ $(OBJ_DIR)::
|
||||
@[ -d $(OBJ_DIR) ] || mkdir $(OBJ_DIR) > /dev/null 2>&1
|
||||
|
||||
|
||||
$(APP): $(OBJ_DIR) $(GENSRCS) $(SRCS)
|
||||
$(APP): $(OBJ_DIR) $(GEN) $(SRCS)
|
||||
pbxbuild -buildstyle Deployment
|
||||
# pbxbuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user