Explorar o código

Makefile cleanup

Taddeus Kroes %!s(int64=11) %!d(string=hai) anos
pai
achega
4d9fbb0cda
Modificáronse 1 ficheiros con 2 adicións e 3 borrados
  1. 2 3
      Makefile

+ 2 - 3
Makefile

@@ -1,7 +1,6 @@
-.PHONY: check clean
+.PHONY: all clean
 
-check:
-	@python test/server.py
+all:
 
 clean:
 	find -name \*.pyc -delete