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:
2
Makefile
2
Makefile
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user