You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Makefile
+5-3Lines changed: 5 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -2,19 +2,21 @@
2
2
all:
3
3
@echo -n "\nTo build Cadabra, \n\n mkdir build\n cd build\n cmake ..\n make\n\nThe other targets here are (for maintainer purposes only)\n\n tarball: build a tarball cadabra2-latest.tar.gz of current HEAD\n doc: generate doxygen docs in doc\n webup: build web pages/tutorials/man pages and upload to server\n updatesnoop: sync snoop repo\n packages: create deb/rpm packages on buildbot\n\nIf you need help, email [email protected]\n\n"
4
4
5
-
.PHONY: doc tarball claybuild webup format packages updatesnoop
5
+
.PHONY: doc tarball webbuild claybuild webup format packages updatesnoop
6
6
7
7
tarball:
8
8
git archive --format=tar --prefix=cadabra2-latest/ HEAD | gzip >${HOME}/tmp/cadabra2-latest.tar.gz
0 commit comments