]> git.gir.st - base1.git/blame_incremental - Makefile
added license (gplv3)
[base1.git] / Makefile
... / ...
CommitLineData
1# base1
2# (C) 2016 Tobias Girstmair, http://isticktoit.net/
3# released under the GNU GPL v3. See LICENSE for details.
4
5.PHONY: all clean test
6CC=gcc
7CFLAGS=-std=c99 -Werror -Wall -Wextra
8
9all: base1
10
11base1:
12 $(CC) $(CFLAGS) main.c -o base1
13
14clean:
15 rm -f base1
Imprint / Impressum