From 8377d611fc80fc0d9e498d958c40fce59f3f29e1 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Thu, 18 Dec 2008 21:22:55 +0100 Subject: xlib.c: moved utility funcs to separate file --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 4500736..2c8fc19 100644 --- a/Makefile +++ b/Makefile @@ -3,8 +3,9 @@ TARGETS = pingu mtu CFLAGS ?= -g pingu_OBJS = \ + log.o \ pingu.o \ - log.o + xlib.o mtu_OBJS = \ mtu.o -- cgit v1.2.3