root hace 3 años
padre
commit
dbed24c628
Se han modificado 1 ficheros con 10 adiciones y 1 borrados
  1. 10 1
      Makefile

+ 10 - 1
Makefile

@@ -1,4 +1,13 @@
-SHELL = /bin/sh
+pythonReq := $(shell python -c 'import yaml' > /dev/null 2>&1 && (echo "installed" )  || (echo "not installed "; exit 1)  )
+
+check:
+	@echo yaml module  $(pythonReq)
+
+
+all:
+	@echo Hello
+
+
 
 test:
 	echo "hello world"