mirror of
https://github.com/token2/snapd.git
synced 2026-03-13 11:15:47 -07:00
13 lines
125 B
Makefile
13 lines
125 B
Makefile
#!/usr/bin/make -f
|
|
|
|
all:
|
|
make -C src
|
|
# make -C tests
|
|
|
|
%:
|
|
make -C src $@
|
|
# make -C tests $@
|
|
|
|
check: all
|
|
make -C tests test
|