From e1947a9aa497c4b4bc45b7a6cd5878d06aa6eb90 Mon Sep 17 00:00:00 2001 From: Andrew Robbins Date: Mon, 15 Jan 2018 21:49:26 -0500 Subject: Make 'all', 'clean' phony targets in ich9gen Makefile --- projects/ich9gen/sources/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/projects/ich9gen/sources/Makefile b/projects/ich9gen/sources/Makefile index e16b63f0..ba4e53f9 100644 --- a/projects/ich9gen/sources/Makefile +++ b/projects/ich9gen/sources/Makefile @@ -22,6 +22,8 @@ FORCEC99=-std=c99 CFLAGS=-I. -Wall -Wextra -g $(FORCEC99) NOLINKER=-c +.PHONY: all clean + all: ich9deblob ich9gen demefactory ich9deblob: obj/ich9deblob.o obj/common/descriptor_gbe.o \ -- cgit v1.2.3-70-g09d2