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

14 lines
153 B
Makefile
Raw Normal View History

2006-11-09 22:09:47 +03:00
all:
2006-11-18 16:37:37 +03:00
@(cd src; make all)
2006-11-09 22:09:47 +03:00
test: all
2007-01-31 01:16:49 +03:00
@(cd tests; make all)
2006-11-09 22:09:47 +03:00
clean:
@echo "Cleaning..."
2006-11-18 16:37:37 +03:00
@(cd src; make clean)
@(cd tests; make clean)
2006-11-09 22:09:47 +03:00
@rm -rf bin