Remove MacOSX build target

This commit is contained in:
2014-07-02 01:32:43 +02:00
committed by Valeriano A.R
parent e55fb5e638
commit a47a9d6d54
7 changed files with 11 additions and 442 deletions

View File

@@ -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