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/
      back/
      over/
    dir1/
      back/
      over/
    mini/
      back/
      over/
    Makefile
    Name
    peepmagnet1.pov
  2/
    dir0/
      back/
      over/
    dir1/
      back/
      over/
    mini/
      back/
      over/
    Makefile
    Name
    magnet.pov
  3/
    dir0/
      back/
      over/
    dir1/
      back/
      over/
    mini/
      back/
      over/
    Makefile
    Name
    magnet.pov
  4/
    dir0/
    dir1/
    mini/
    Makefile
    papal3.pov
    test.pov
  Makefile