summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6b485b5..cc6afcc 100644
--- a/Makefile
+++ b/Makefile
@@ -43,7 +43,7 @@ srpm:
# Cleanup
rm -rf dist/*
-# build SRPM and RPM and copy to dist
+# build SRPM and copy to dist
rpmbuild -bs eduvpncommon.spec
cp ~/rpmbuild/SRPMS/* dist/
echo "Done building SRPM, go to ./dist/ to view it"