1
0
mirror of https://github.com/bebbo/amiga-gcc.git synced 2025-11-22 00:23:32 +00:00

Fix for ira building

This commit is contained in:
Stephen Moody
2018-06-28 16:25:59 +01:00
parent c63a363fe1
commit 547108a8e1

View File

@ -337,7 +337,7 @@ $(PREFIX)/bin/ira: build/ira/ira
build/ira/ira: projects/ira/Makefile $(shell find 2>/dev/null projects/ira -not \( -path projects/ira/.git -prune \) -type f)
@mkdir -p build/ira
cd projects/ira && $(CC) -o ./$@ $(CFLAGS) *.c -std=c99
cd projects/ira && $(CC) -o $(PWD)/$@ $(CFLAGS) *.c -std=c99
projects/ira/Makefile:
@mkdir -p projects