]> git.gir.st - VIper.git/blob - Makefile
longhelp: add -l
[VIper.git] / Makefile
1 .PHONY: all clean
2 all: viiper
3
4 viiper: viiper.c viiper.h schemes.h
5 gcc viiper.c -o viiper -g
6
7 clean:
8 rm -f viiper
Imprint / Impressum