]> git.gir.st - VIper.git/blob - Makefile
rename to 'viper', new makefile
[VIper.git] / Makefile
1 .PHONY: all clean
2
3 CFLAGS := -Wall -Wextra -pedantic -std=c99
4
5 all: viper
6
7 viper: viper.c viper.h schemes.h
8 $(CC) $(CFLAGS) $< -o $@
9
10 clean:
11 rm -f viper
Imprint / Impressum