mirror of
https://port.numenaute.org/aleajactaest/khanat-code-old.git
synced 2024-11-17 04:51:48 +00:00
8 lines
78 B
Makefile
8 lines
78 B
Makefile
all:
|
|
+make -C .. all
|
|
|
|
clean:
|
|
+make -C .. clean
|
|
|
|
update:
|
|
+make -C .. update
|