Commit cdc167b0 authored by Sergey Lyubka's avatar Sergey Lyubka

Merge pull request #459 from joshcriz/patch-1

Update Makefile
parents e4ad3010 a0dd396b
...@@ -9,4 +9,4 @@ unix: $(SOURCES) ...@@ -9,4 +9,4 @@ unix: $(SOURCES)
$(CC) -o $(PROG) $(SOURCES) $(CFLAGS) $(CC) -o $(PROG) $(SOURCES) $(CFLAGS)
clean: 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