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