diff options
Diffstat (limited to 'projects/ich9gen')
-rw-r--r-- | projects/ich9gen/sources/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
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 \ |