From 36e36fae364dec02999f58edbe997780d901b674 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Sun, 16 Aug 2020 15:35:43 +0200 Subject: Added WM and exec parameters --- apps/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/Makefile') diff --git a/apps/Makefile b/apps/Makefile index 8f9408e..390d181 100644 --- a/apps/Makefile +++ b/apps/Makefile @@ -1,6 +1,6 @@ # MIT License, Copyright (c) 2020 Marvin Borner -COBJS = a.o b.o init.o +COBJS = init.o wm.o CC = ../cross/opt/bin/i686-elf-gcc LD = ../cross/opt/bin/i686-elf-ld OC = ../cross/opt/bin/i686-elf-objcopy -- cgit v1.2.3