]> cgit.babelmonkeys.de Git - jubjub.git/blobdiff - Makefile
Use one Makefile per directory.
[jubjub.git] / Makefile
index 71e44510ef7783a23568309b5826c612f5beef23..dd360547e7ad00c5559ac3d662fbef4c10841b5b 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,14 +1,3 @@
-PROG = jubjub$(PROG_SUFFIX)
-
-SRCS = src/core/main.m \
-       src/gui/gtk/JubGtkUI.m \
-       src/gui/gtk/JubGtkRosterUI.m
+SUBDIRS = src
 
 include buildsys.mk
-
-CPPFLAGS += -Isrc/core -Isrc/gui/gtk -Isrc/gui/common
-
-LD = $(OBJC)
-LDFLAGS = -Wl,--export-dynamic
-
-CFLAGS += -Werror -faddress-sanitizer