~baltix/+junk/irrlicht-test

« back to all changes in this revision

Viewing changes to examples/Makefile

  • Committer: Mantas Kriaučiūnas
  • Date: 2011-07-18 13:06:25 UTC
  • Revision ID: mantas@akl.lt-20110718130625-c5pvifp61e7kj1ol
Included whole irrlicht SVN libraries to work around launchpad recipe issue with quilt, see https://answers.launchpad.net/launchpad/+question/165193

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
DIRS = $(wildcard [012]* Demo)
 
2
 
 
3
all: $(DIRS)
 
4
 
 
5
$(DIRS):
 
6
        -@cd $@ && make clean && make
 
7
 
 
8
.PHONY: $(DIRS)