Skip to content

Commit

Permalink
Automatically place resources
Browse files Browse the repository at this point in the history
  • Loading branch information
AwesomeDolphin committed Mar 29, 2015
1 parent 77ea285 commit af19f87
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ SUBDIR-y += src/mta
SUBDIR-y += src/net
SUBDIR-y += src/script
SUBDIR-y += src/ledgames
SUBDIR-y += src/ledgames/rsrc

all:
for dir in $(SUBDIR-y); do \
Expand Down
13 changes: 13 additions & 0 deletions src/ledgames/rsrc/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
BINDIR = ../../../bin/

FILES = blip2.wav \
blip3.wav \
blip4.wav \
blip5.wav \
startup.wav \
Invaders.png

all: copy

copy:
cp -f $(FILES) $(BINDIR)

0 comments on commit af19f87

Please sign in to comment.