zeg1jeux/Makefile

6 lines
192 B
Makefile
Raw Normal View History

2022-11-15 20:51:21 +01:00
MYOS ?= ../myos
MYOS_REPOSITORY ?= https://github.com/aynicos/myos
-include $(MYOS)/make/include.mk
$(MYOS):
-@git clone $(MYOS_REPOSITORY) $(MYOS)