This website requires JavaScript.
Explore
Help
Register
Sign In
Rooba
/
odyssey
mirror of
https://github.com/yandex/odyssey.git
Watch
1
Star
1
Fork
You've already forked odyssey
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
83d7e31eee
odyssey
/
makefile
5 lines
94 B
Makefile
Raw
Normal View
History
Unescape
Escape
fluent: add makefiles
2016-11-08 11:43:54 +00:00
all
:
machinarium: move machinarium/ to lib/
2016-11-25 12:50:06 +00:00
@
(
cd
lib
;
make --no-print-directory
)
fluent: add makefiles
2016-11-08 11:43:54 +00:00
clean
:
machinarium: move machinarium/ to lib/
2016-11-25 12:50:06 +00:00
@
(
cd
lib
;
make --no-print-directory clean
)