From 569eb48c7d26efe1eeb38df17006a8725bd67a41 Mon Sep 17 00:00:00 2001 From: bebbo Date: Tue, 24 Apr 2018 20:00:11 +0200 Subject: [PATCH] update ira build --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1fa1c92..f6dfcb0 100644 --- a/Makefile +++ b/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