Browse Source

fixed Makefile, updated Linux binary

Joshua Bicking 9 years ago
parent
commit
947ad279ed
1 changed files with 1 additions and 1 deletions
  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