diff options
author | epoch <epoch@hacking.allowed.org> | 2016-10-18 20:22:38 -0500 |
---|---|---|
committer | epoch <epoch@hacking.allowed.org> | 2016-10-18 20:22:38 -0500 |
commit | 11844154cb30223fdaa977d659b98626e99f00ce (patch) | |
tree | 4ebc9b0c0267365cb1f96da0ee1c917f2eec0696 /Makefile | |
parent | bd213282ff7ed8f2854ab7d628a7aabb7efc85d9 (diff) | |
download | hackvr-11844154cb30223fdaa977d659b98626e99f00ce.tar.gz hackvr-11844154cb30223fdaa977d659b98626e99f00ce.zip |
lets see if this works..
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..fa71f1a --- /dev/null +++ b/Makefile @@ -0,0 +1,9 @@ +CFLAGS=-Wall -pedantic -std=c99 + +all: hackvr slowcat + +hackvr: LDFLAGS=-lm -lX11 + +clean: + rm hackvr + rm slowcat |