File tree 1 file changed +4
-3
lines changed
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 16
16
# You should have received a copy of the GNU General Public License along
17
17
# with this program. If not, see <http://www.gnu.org/licenses/>.
18
18
19
- .PHONY : install-deps clear
19
+ .PHONY : clear
20
20
21
- build/shtk : src/* .lisp src/shtookovina.asd install-deps
21
+ build/shtk : src/* .lisp src/shtookovina.asd build/ install-deps
22
22
buildapp --output build/shtk --manifest-file build/manifest.txt \
23
23
--load-system shtookovina --entry shtookovina:main
24
24
25
- install-deps : src/shtookovina.asd
25
+ build/ install-deps : src/shtookovina.asd
26
26
mkdir -vp build
27
27
sbcl --non-interactive --load ~ /quicklisp/setup.lisp \
28
28
--load src/shtookovina.asd --eval " (ql:quickload :shtookovina)" \
29
29
--eval ' (ql:write-asdf-manifest-file "build/manifest.txt")'
30
30
echo $(abspath ./src/shtookovina.asd) >> build/manifest.txt
31
+ touch build/install-deps
31
32
32
33
clear :
33
34
rm -vr build
You can’t perform that action at this time.
0 commit comments