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

18 lines
204 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)
@(cd tests; make all)
2006-11-09 22:09:47 +03:00
test: all
(cd tests; make all)
2006-11-09 22:09:47 +03:00
stateos:
@echo OS is $(OS)
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