index
:
.git
main
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
other
/
itunnel
/
Makefile
blob: 72ba72855747c1189bcae777e1bef90a1f583799 (
plain
)
1
2
3
4
5
6
7
8
9
10
CC=gcc CFLAGS=-Wall all: it clean: rm -f it %: %.c $(CC) $(CFLAGS) -o $@ $<