Islandora-Devops / isle-dc

ISLE 8 - Dockerized Islandora 8 Deployment orchestrated with docker-compose
MIT License
22 stars 60 forks source link

Running make in master branch results in 'Stop.' #91

Closed mjordan closed 3 years ago

mjordan commented 4 years ago

When I run make in the development branch, make runs and generates the expected files. When I run it in the master branch (commit e48f21555f86fce3c9004b58b66621fd34fea3e2), this happens:

mark@mark-ThinkPad-X1-Carbon-6th:~/Documents/hacking/isle-dc$ make
make: *** No targets specified and no makefile found.  Stop.

Any suggestions?

noahwsmith commented 4 years ago

Master is WAY out of date - please do not use. @dannylamb should we delete that branch?

dannylamb commented 4 years ago

We can. I believe we reference it in the README, which I can update. Once we have a stable release, let's be cool and put it on main instead of master.

dannylamb commented 4 years ago

Done. I've updated the README here: https://github.com/Islandora-Devops/isle-dc/pull/96