box-o-sand/gowrikumar/Makefile
2011-06-16 21:46:56 -04:00

11 lines
71 B
Makefile

BINDIR := ./bin
export BINDIR
all:
cd src && $(MAKE)
.PHONY: all