Skip to content

Commit

Permalink
Fix Typo in makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremysalwen committed Dec 19, 2015
1 parent 7ff733d commit 6257f82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ libkn0ck0ut.so: kn0ck0ut6.o
$(CXX) kn0ck0ut6.o $(LDFLAGS) -o libkn0ck0ut.so

clean:
rm rm -rf $(BUNDLE) *.so *.o *.peg
rm -rf $(BUNDLE) *.so *.o *.peg

.phony: clean all install

0 comments on commit 6257f82

Please sign in to comment.