From 01052811be08444458576dda994d15f8823560ea Mon Sep 17 00:00:00 2001 From: Kimplul Date: Tue, 25 Jun 2024 23:25:29 +0300 Subject: initial rewrite to use ejit + Doesn't actually link yet due to missing stuff from ejit, will have to add them (tomorrow?) --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index d31f655..5d660d2 100644 --- a/Makefile +++ b/Makefile @@ -11,8 +11,7 @@ setup: @./scripts/gen-deps -p POSTHASTE -c COMPILE_POSTHASTE -b posthaste \ "${POSTHASTE_SOURCES}" -POSTHASTE_SOURCES := deps/lightening/lightening/lightening.c - +POSTHASTE_SOURCES := CLEANUP := build deps.mk posthaste include src/source.mk -- cgit v1.2.3