Removed trailing whitespace

This commit is contained in:
Joshua Crowgey
2020-01-08 22:07:32 -08:00
parent 5120609e6e
commit 0edd06ec44
6 changed files with 150 additions and 150 deletions

View File

@@ -49,7 +49,7 @@ $(DIST)/lib$(PROJ).a: $(PROJ).c mpc.h
$(AR) rcs $(DIST)/lib$(PROJ).a $(DIST)/$(PROJ).o
libs: $(DIST)/lib$(PROJ).so $(DIST)/lib$(PROJ).a
clean:
rm -rf -- $(DIST)