Skip to content

Commit a8eb48e

Browse files
author
Kareem Zidane
authored
Merge pull request #165 from es80/develop
Typo in Makefile
2 parents 330ea8d + 278603c commit a8eb48e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,6 @@ version:
128128
.PHONY: uninstall
129129
uninstall:
130130
rm -f $(DESTDIR)/include/cs50.h
131-
rm -rf $(DESTDIR)/src/libcs50
131+
rm -rf $(DESTDIR)/src/cs50.c
132132
rm -f $(addprefix $(DESTDIR)/lib/, $(LIB_BASE) $(LIB_MAJOR) $(LIB_VERSION))
133133
rm -f $(addprefix $(DESTDIR)/$(MANDIR)/, eprintf.3 get_*.3)

0 commit comments

Comments
 (0)