wangyu- 8 anos atrás
pai
commit
4339b5c60a
1 arquivos alterados com 4 adições e 0 exclusões
  1. 4 0
      makefile

+ 4 - 0
makefile

@@ -75,6 +75,10 @@ clean:
 git_version:
 	    echo "const char * const gitversion = \"$(shell git rev-parse HEAD)\";" > git_version.h
 	
+
+# targets without restrictions:
+nolimit:
+	make OPT=-DNOLIMIT
 nolimit_all:
 	make OPT=-DNOLIMIT
 nolimit_cross: