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