This commit is contained in:
Stefan Franke
2018-01-07 20:37:33 +01:00
parent d61fd164a7
commit d9057214f6
+1 -4
View File
@@ -12,13 +12,12 @@
CFLAGS=-Os CFLAGS=-Os
CPPFLAGS=-Os CPPFLAGS=-Os
CXXFLAGS=-Os CXXFLAGS=-Os
E=CFLAGS="$(CFLAGS)" CPPFLAGS="$(CPPFLAGS)" CXXFLAGS="$(CXXFLAGS)"
PREFIX=/opt/amiga PREFIX=/opt/amiga
PATH := $(PREFIX)/bin:$(PATH) PATH := $(PREFIX)/bin:$(PATH)
SHELL = /bin/bash SHELL = /bin/bash
# ================================================= # =================================================
# determine exe extension for cygwin # determine exe extension for cygwin
$(eval MYMAKE = $(shell which make) ) $(eval MYMAKE = $(shell which make) )
@@ -40,8 +39,6 @@ help:
@echo "make update perform git pull for all targets" @echo "make update perform git pull for all targets"
@echo "make update-<target> perform git pull for the given target" @echo "make update-<target> perform git pull for the given target"
E=CFLAGS="$(CFLAGS)" CPPFLAGS="$(CPPFLAGS)" CXXFLAGS="$(CXXFLAGS)"
# ================================================= # =================================================
# all # all
# ================================================= # =================================================