1
0
mirror of https://github.com/yarrick/iodine.git synced 2025-02-17 04:53:15 +03:00
iodine/Makefile

17 lines
181 B
Makefile

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