xmlx/makefile
2010-12-19 20:45:57 +01:00

11 lines
95 B
Makefile

all:
make -C xmlx install
test:
make -C xmlx test
clean:
make -C xmlx clean
gofmt -w .