wip
This commit is contained in:
parent
4bc7fd1788
commit
12c0a008df
19 changed files with 220 additions and 534 deletions
lt-stdlib
11
lt-stdlib/makefile
Normal file
11
lt-stdlib/makefile
Normal file
|
@ -0,0 +1,11 @@
|
|||
|
||||
TARGETS=$(shell find -name '*.lt' | sed -E 's~\.lt~\.o~')
|
||||
|
||||
all: $(TARGETS)
|
||||
|
||||
%.o: %.lt
|
||||
ltcc $< -o target/$@
|
||||
|
||||
clean:
|
||||
cd target && rm $(TARGETS)
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue