dash/src/test/Makefile

7 lines
106 B
Makefile
Raw Normal View History

all:
2015-04-29 19:49:14 +02:00
$(MAKE) -C .. dash_test
clean:
2015-04-29 19:49:14 +02:00
$(MAKE) -C .. dash_test_clean
check:
2015-04-29 19:49:14 +02:00
$(MAKE) -C .. dash_test_check