diff options
author | Natanael Copa <natanael.copa@gmail.com> | 2008-12-18 21:22:55 +0100 |
---|---|---|
committer | Natanael Copa <natanael.copa@gmail.com> | 2008-12-18 21:22:55 +0100 |
commit | 8377d611fc80fc0d9e498d958c40fce59f3f29e1 (patch) | |
tree | 201010526cf2d6d8036cb9f6334043a9e8d51171 /Makefile | |
parent | 518df3c6280fa4829d6e389da6ade6a025c2e6c0 (diff) | |
download | pingu-8377d611fc80fc0d9e498d958c40fce59f3f29e1.tar.bz2 pingu-8377d611fc80fc0d9e498d958c40fce59f3f29e1.tar.xz |
xlib.c: moved utility funcs to separate file
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -3,8 +3,9 @@ TARGETS = pingu mtu CFLAGS ?= -g pingu_OBJS = \ + log.o \ pingu.o \ - log.o + xlib.o mtu_OBJS = \ mtu.o |