1
0
mirror of https://github.com/bebbo/amiga-gcc.git synced 2026-05-07 13:56:21 +00:00

update ira build

This commit is contained in:
bebbo
2018-04-24 20:00:11 +02:00
parent 2529071bcd
commit 569eb48c7d

View File

@@ -301,7 +301,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 $(PWD)/$@ $(CFLAGS) ira.c ira_2.c supp.c
cd projects/ira && $(CC) -o $(PWD)/$@ $(CFLAGS) *.c -std=c99
projects/ira/Makefile:
@mkdir -p projects