Skip to content

Commit

Permalink
Use install in Makefile.
Browse files Browse the repository at this point in the history
  • Loading branch information
rpgoldman committed Aug 5, 2024
1 parent c834047 commit 0e4d184
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion shop3/buildapp/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ shop-app: buildapp-script shop-app-entrypoints.lisp

install: shop-app
install -c -m 555 shop-app ${DESTDIR}/bin/shop
cd ${DESTDIR}/bin && ln -s shop ess-shop && ln -s shop tree-compare
install -c -m 555 shop-app ${DESTDIR}/bin/ess-shop
install -c -m 555 shop-app ${DESTDIR}/bin/tree-compare

clean:
rm -f shop-app
Expand Down

0 comments on commit 0e4d184

Please sign in to comment.