X-Git-Url: https://git.rrq.au/?a=blobdiff_plain;f=Makefile;h=77d90d163d25cafb2b14fc283e99f58a8dd43511;hb=4f853252f715132e7716cbd44e5306cefb6a6fec;hp=51fba1e202aed75edf5ac43c4dd56d358d61bdc7;hpb=092aa5189f24fbfb1714c1d2d31c26a666102c3c;p=rrq%2Fjonesforth.git diff --git a/Makefile b/Makefile index 51fba1e..77d90d1 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ SHELL := /bin/bash all: jonesforth jonesforth: jonesforth.S - gcc -m32 -nostdlib -static -Wl,-Ttext,0 $(BUILD_ID_NONE) -o $@ $< + gcc -m32 -nostdlib -static $(BUILD_ID_NONE) -o $@ $< run: cat jonesforth.f $(PROG) - | ./jonesforth