gamnit: make `SpriteSet` public so clients can use its services
[nit.git] / lib / popcorn / Makefile
index 12db3df..ed29191 100644 (file)
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-NITUNIT=../../bin/nitunit
+NITUNIT=nitunit
+
+all:
 
 check:
-       $(NITUNIT) README.md
-       $(NITUNIT) pop_routes.nit
-       $(NITUNIT) pop_handlers.nit
-       $(NITUNIT) popcorn.nit
-       cd tests; make check
+       $(NITUNIT) . tests/ examples/