mirror of
https://github.com/bebbo/amiga-gcc.git
synced 2026-09-19 04:43:45 +00:00
cleanup
This commit is contained in:
@@ -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) )
|
||||||
@@ -31,17 +30,15 @@ EXEEXT=$(MYMAKEEXE:%=.exe)
|
|||||||
# =================================================
|
# =================================================
|
||||||
.PHONY: help
|
.PHONY: help
|
||||||
help:
|
help:
|
||||||
@echo "make help display this help"
|
@echo "make help display this help"
|
||||||
@echo "make all build and install all"
|
@echo "make all build and install all"
|
||||||
@echo "make <target> builds a target: binutils, gcc, fd2sfd, fd2pragma, ira, sfdc, vbcc, vlink"
|
@echo "make <target> builds a target: binutils, gcc, fd2sfd, fd2pragma, ira, sfdc, vbcc, vlink"
|
||||||
@echo "make clean remove the build folder"
|
@echo "make clean remove the build folder"
|
||||||
@echo "make clean-<target> remove the target's build folder"
|
@echo "make clean-<target> remove the target's build folder"
|
||||||
@echo "make clean-prefix remove all content from the prefix folder"
|
@echo "make clean-prefix remove all content from the prefix folder"
|
||||||
@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
|
||||||
# =================================================
|
# =================================================
|
||||||
|
|||||||
Reference in New Issue
Block a user