box-o-sand/Makefile
2011-06-12 23:02:18 -04:00

10 lines
69 B
Makefile

DEBUG :=
export DEBUG
all:
cd gowrikumar && $(MAKE)
.PHONY: all