mirror of
https://github.com/yarrick/iodine.git
synced 2024-12-22 13:23:32 +02:00
hosthost
This commit is contained in:
parent
1f740de4aa
commit
7f7ed5ae43
1 changed files with 12 additions and 0 deletions
12
Makefile
Normal file
12
Makefile
Normal file
|
@ -0,0 +1,12 @@
|
|||
|
||||
all:
|
||||
(cd src; make all)
|
||||
|
||||
stateos:
|
||||
@echo OS is $(OS)
|
||||
|
||||
clean:
|
||||
@echo "Cleaning..."
|
||||
(cd src; make clean)
|
||||
@rm -rf bin
|
||||
|
Loading…
Reference in a new issue