Remove MacOSX build target
This commit is contained in:
@@ -49,7 +49,7 @@ $(BUILDDIR):
|
||||
clean:
|
||||
rm -f $(OBJS) $(BUILDDIR)/$(RESULT)
|
||||
|
||||
run: $(BUILDDIR)/$(RESULT)
|
||||
run: $(BUILDDIR) $(BUILDDIR)/$(RESULT)
|
||||
$(LAUNCHER) ./$(BUILDDIR)/$(RESULT) debug
|
||||
|
||||
rebuild: clean all
|
||||
|
||||
Reference in New Issue
Block a user