Cleanup: #!s, prints, exceptions, more consistent naming

This commit is contained in:
surkeh
2018-05-16 22:10:46 -07:00
parent a5abb9d24f
commit 43afe7bf70
6 changed files with 33 additions and 38 deletions

View File

@@ -35,4 +35,4 @@ devil1geo.o: src/devil1geo.c
$(CC) -c $^ $(CFLAGS)
clean:
rm *.o *.gch $(TARGET) $(PEX) $(TEX) $(MEX)
rm *.o $(TARGET) $(PEX) $(TEX) $(MEX)