From 0dd0127bbf12dc797ce47adcf1a1080f17b34468 Mon Sep 17 00:00:00 2001 From: reinelt Date: Tue, 7 Mar 2000 11:01:34 +0000 Subject: [lcd4linux @ 2000-03-07 11:01:34 by reinelt] system.c cleanup git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@5 3ae390bd-cb1e-0410-b409-cd5a39f66f1f --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 218e296..46a87cd 100644 --- a/Makefile +++ b/Makefile @@ -2,6 +2,9 @@ CC=gcc -m486 -g -Wall -I. -DVERSION=\"V0.5\" all: lcd4linux +system: system.c system.h config.c config.h filter.c filter.h + ${CC} -DSTANDALONE -lm -o system system.c config.c filter.c + #lcd4linux: lcd4linux.c config.c lcd2041.c system.c isdn.c filter.c Makefile # ${CC} -lm -o lcd4linux lcd4linux.c config.c lcd2041.c system.c isdn.c filter.c -- cgit v1.2.3