1
0
mirror of https://github.com/yarrick/iodine.git synced 2024-11-22 21:16:07 +03:00
iodine/Makefile
2007-01-30 22:16:49 +00:00

14 lines
153 B
Makefile

all:
@(cd src; make all)
test: all
@(cd tests; make all)
clean:
@echo "Cleaning..."
@(cd src; make clean)
@(cd tests; make clean)
@rm -rf bin