index
:
plop
master
Framework for prototyping request-response protocols and servers
Aki
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
Makefile
blob: 75c8fbab06dbe4d377141bf71f5712296c15b521 (
plain
)
1
2
3
4
5
6
7
8
CFLAGS+=-Wall -Wextra -Wpedantic plop: plop.o clean: rm -f plop *.o .PHONY: clean