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

  blank/
    burning/
      back/
      over/
    dead/
      back/
      over/
    normal/
      back/
      over/
    Makefile
    crops.pov
    cropsmaker.pov
    deadcropsmaker.pov
    maketree.pov
  Makefile