From 1a6b2cb31fc1c20f734d98d4dced1e59e84235da Mon Sep 17 00:00:00 2001 From: Christoph Kottke Date: Wed, 16 Jan 2019 11:16:18 +0100 Subject: [PATCH] Makefile Tweaks --- .gitignore | 1 + Makefile | 3 +-- Makefile.Pi | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 72fd917..5b78d6c 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ Release *.bak .vs *.a +*.d diff --git a/Makefile b/Makefile index 993212e..f0b05bc 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ export BINDIR := "/usr/bin" export CXX := $(shell wx-config --cxx) export CFLAGS := -O2 -Wall $(shell wx-config --cxxflags) -DLOG_DIR='$(LOGDIR)' -DCONF_DIR='$(CONFDIR)' -DDATA_DIR='$(DATADIR)' -export GUILIBS := $(shell wx-config --libs adv,core,base) -lasound -lusb-1.0 +export GUILIBS := $(shell wx-config --libs adv,core,base) -lasound export LIBS := $(shell wx-config --libs base) -lasound -lusb-1.0 export LDFLAGS := @@ -39,4 +39,3 @@ clean: .PHONY: force force: @true - diff --git a/Makefile.Pi b/Makefile.Pi index 951c283..2361436 100644 --- a/Makefile.Pi +++ b/Makefile.Pi @@ -23,7 +23,7 @@ GUICommon/GUICommon.a: force Common/Common.a: force $(MAKE) -C Common -.PHONY: +.PHONY: install install: all $(MAKE) -C Data install $(MAKE) -C DStarRepeater install