summaryrefslogtreecommitdiff
path: root/uisimulator/win32/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'uisimulator/win32/Makefile')
-rw-r--r--uisimulator/win32/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/uisimulator/win32/Makefile b/uisimulator/win32/Makefile
index aa72171bdb..1ec4ccf357 100644
--- a/uisimulator/win32/Makefile
+++ b/uisimulator/win32/Makefile
@@ -119,7 +119,10 @@ ROCKSRCS := $(patsubst $(PLUGINDIR)/%.c,%.c,$(wildcard $(PLUGINDIR)/*.c))
119 119
120ROCKS := $(ROCKSRCS:%.c=$(OBJDIR)/%.rock) 120ROCKS := $(ROCKSRCS:%.c=$(OBJDIR)/%.rock)
121 121
122all: $(TARGET) $(ROCKS) 122all: $(TOOLSDIR)/convbdf $(TARGET) $(ROCKS)
123
124$(TOOLSDIR)/convbdf:
125 $(MAKE) -C $(TOOLSDIR)
123 126
124$(TARGET): $(OBJS) 127$(TARGET): $(OBJS)
125 $(CC) $(OBJS) -o $(TARGET) $(LDFLAGS) 128 $(CC) $(OBJS) -o $(TARGET) $(LDFLAGS)