Skip to content

Commit

Permalink
Copy build package to out directory
Browse files Browse the repository at this point in the history
  • Loading branch information
d3m3vilurr committed Oct 15, 2017
1 parent 8bbb5b7 commit 35830f1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ export LIBPATHS := $(foreach dir,$(LIBDIRS),-L$(dir)/lib)
$(BUILD):
@[ -d $@ ] || mkdir -p $@
@$(MAKE) --no-print-directory -C $(BUILD) -f $(CURDIR)/Makefile
cp $(OUTPUT).nds out/

#---------------------------------------------------------------------------------
clean:
Expand Down
Empty file added out/EMPTY
Empty file.

0 comments on commit 35830f1

Please sign in to comment.