libsml/Makefile

11 lines
120 B
Makefile
Raw Normal View History

2011-06-24 23:30:23 +02:00
all:
@$(MAKE) -C sml
@$(MAKE) -C examples
.PHONY: clean
clean :
@$(MAKE) -C sml clean
@$(MAKE) -C examples clean