Commit a0dd396b authored by Josh Criz's avatar Josh Criz

Update Makefile

Fixing typo in 'clean' section
parent e4ad3010
......@@ -9,4 +9,4 @@ unix: $(SOURCES)
$(CC) -o $(PROG) $(SOURCES) $(CFLAGS)
clean:
rm -rf $(PROG) *.exe *.dSYM *.obj *.exp .*o *.lib
rm -rf $(PROG) *.exe *.dSYM *.obj *.exp *.o *.lib
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment