mirror of
https://github.com/dgibson/dtc.git
synced 2025-10-13 16:27:39 -04:00
12 lines
112 B
Makefile
12 lines
112 B
Makefile
DTC = ../dtc
|
|
VG_DTC = valgrind --tool=memcheck ../dtc
|
|
|
|
check: all
|
|
./run_all_tests.sh
|
|
|
|
all:
|
|
|
|
clean:
|
|
rm -f *~
|
|
|
|
|