Add an "all" makefile target

This commit is contained in:
Ryan Schmidt 2015-06-06 20:18:45 -05:00
parent 471cc01e74
commit 613a86af89

View File

@ -1,6 +1,8 @@
DESTDIR=
PREFIX=/usr/local
all: dylibbundler
dylibbundler:
g++ -c -I./src ./src/Settings.cpp -o ./Settings.o
g++ -c -I./src ./src/DylibBundler.cpp -o ./DylibBundler.o