瀏覽代碼

fixed Makefile, updated Linux binary

Joshua Bicking 8 年之前
父節點
當前提交
947ad279ed
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/Makefile

+ 1 - 1
src/Makefile

@@ -19,5 +19,5 @@ print.o: print.c
 pass.o: pass.c print.c
 
 clean:
-	rm *.o FalloutTerminal
+	rm -f *.o FalloutTerminal
 	#TODO conditional for Windows