11 lines
71 B
Makefile
11 lines
71 B
Makefile
BINDIR := ./bin
|
|
|
|
export BINDIR
|
|
|
|
|
|
all:
|
|
cd src && $(MAKE)
|
|
|
|
|
|
.PHONY: all
|