lama_byterun/Makefile
Dmitry Boulytchev 2cb4d44e60 Initial commit
2018-02-13 02:03:27 +03:00

10 lines
107 B
Makefile

SHELL := /bin/bash
.PHONY: all
all:
pushd src && make && popd
clean:
pushd src && make clean && popd