public
Description: LL - Object-Oriented Scheme Implementation
Homepage: http://kurtstephens.com
Clone URL: git://github.com/kstephens/ll.git
ll / Makefile
100644 8 lines (3 sloc) 0.061 kb
1
2
3
4
5
6
7
8
 
all :
 
all clean veryclean distclean :
$(MAKE) -C src $@