lama_byterun/Makefile

11 lines
107 B
Makefile
Raw Normal View History

2018-02-13 02:03:27 +03:00
SHELL := /bin/bash
.PHONY: all
all:
pushd src && make && popd
clean:
pushd src && make clean && popd