From 09f10018a7d1981bdf2e66d9c752b12482a8b22c Mon Sep 17 00:00:00 2001 From: FreeArtMan Date: Sat, 2 Jul 2016 22:44:54 +0100 Subject: Added h64e --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 444323d..bef2096 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ CFLAGS=-I./ SOURCES=buf.c core.c SOURCES+=$(wildcard cmd/*.c) OBJECTS=$(SOURCES:.c=.o) -LIB_OBJECTS=libcmd/libcmd.o libterm/libterm.o +LIB_OBJECTS=libcmd/libcmd.o libterm/libterm.o h64e/core.o all: clean $(OBJECTS) $(PROJECT) -- cgit v1.2.3