]> git.gir.st - VIper.git/blob - Makefile
initial (proof-of-concept-y) code
[VIper.git] / Makefile
1 .PHONY: all clean
2 all: viiper
3
4 viiper: viiper.c
5 gcc viiper.c -o viiper -g
6
7 clean:
8 rm -f viiper
Imprint / Impressum