Modified build requirements

SDL_net needs to be _installed_ to the computer, rather than simply linked to.
This source distribution should be enough for that.
This commit is contained in:
Kayne Ruse
2013-06-12 04:36:54 +10:00
parent 7ca7f7f015
commit dfe0b4985a
3 changed files with 7 additions and 6 deletions
+1 -1
View File
@@ -1,8 +1,8 @@
OUTDIR=out
all: $(OUTDIR)
$(MAKE) -C codebase
$(MAKE) -C SDL_net
$(MAKE) -C codebase
$(OUTDIR):
mkdir $(OUTDIR)