dash/src/test/Makefile
2015-04-29 21:27:52 +03:00

7 lines
106 B
Makefile

all:
$(MAKE) -C .. dash_test
clean:
$(MAKE) -C .. dash_test_clean
check:
$(MAKE) -C .. dash_test_check