Code Search for Developers
 
 
  

Makefile from FreePop at Krugle


Show Makefile syntax highlighted

SUBDIRS = $(shell find -maxdepth 1 -type d -not -name .)

.PHONY: subdirs $(SUBDIRS)
subdirs: $(SUBDIRS)

$(SUBDIRS):
	$(MAKE) -C $@




See more files for this project here

FreePop

FreePop is a multi-platform tile-based game based on the great old game Populous 2 by Bullfrog Productions Ltd., but much improved.

Project homepage: http://sourceforge.net/projects/freepop
Programming language(s): C++
License: other

  1/
    dir0/
    dir1/
    dir2/
    dir3/
    Makefile
    rock.pov
  Makefile