Aegisub/vendor/luajit/Makefile

11 lines
118 B
Makefile
Raw Normal View History

2014-04-28 04:45:14 +02:00
default all:
$(MAKE) -C src amalg
clean:
$(MAKE) -C src clean
distclean:
$(MAKE) -C src clean
.PHONY: all clean