Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ deb: $(LIBS) $(MANS)
--deb-priority optional \
--description "CS50 library for C" \
--input-type dir \
--license "MIT" \
--license "GPL-3.0" \
--maintainer "CS50 <sysadmins@cs50.harvard.edu>" \
--name $(BASENAME) \
--output-type deb \
Expand Down Expand Up @@ -121,7 +121,7 @@ rpm: $(LIBS) $(MANS)
--chdir build/rpm/$(BASENAME) \
--description "CS50 library for C" \
--input-type dir \
--license "MIT" \
--license "GPL-3.0" \
--maintainer "CS50 <sysadmins@cs50.harvard.edu>" \
--name $(BASENAME) \
--output-type rpm \
Expand Down