index
:
school.git
master
thing1's amazing school repo
thing1
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
comp
/
cw
/
code
/
tokenizer
/
ads
/
dll
/
Makefile
blob: 651681d12560294db8467832a52ee002c6f72a68 (
plain
)
1
2
3
4
5
all: dll.c cc dll.c -c -o dll.o test: all cc dll.o dlltest.c -o dlltest