From 784dd709a0c7dc1b5ba3b07ba76af5d140f0cfdc Mon Sep 17 00:00:00 2001 From: chaoskagami Date: Wed, 28 Dec 2016 18:10:21 -0500 Subject: [PATCH] Actually add it to the all target --- host/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/host/Makefile b/host/Makefile index 816f6a1..4d13f35 100644 --- a/host/Makefile +++ b/host/Makefile @@ -1,4 +1,4 @@ -all: bdfe font misc +all: bdfe ips2pco font misc misc: gcc -o error_decoder error_decoder.c -g -O0 -- 2.39.5