File splits

This commit is contained in:
Ian Gulliver
2017-08-06 19:12:44 +00:00
parent 9b96cf2bde
commit 2fbb92c385
5 changed files with 61 additions and 58 deletions

View File

@@ -1,6 +1,6 @@
all: piphoto
piphoto: piphoto.cc Makefile
piphoto: *.cc *.h Makefile
clang-3.9 -O3 -g -Weverything -Werror -Wno-c++98-compat -Wno-c++98-c++11-compat-pedantic --std=c++1z --stdlib=libc++ -o piphoto piphoto.cc -lc++ -lunwind -lpng
run: piphoto