owx/Makefile
gophi 7d29d1f86a initial commit
git-svn-id: http://svn.chmurka.net/owx/trunk/owx@1 8cc89244-2450-4880-90d3-191243f3a0b0
2011-03-14 11:36:07 +00:00

14 lines
148 B
Makefile

# $Id$
.PHONY: all
all:
cd src && $(MAKE) all
.PHONY: install
install:
cd src && $(MAKE) install
.PHONY: clean
clean:
cd src && $(MAKE) clean