aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorreinelt <>2000-03-10 10:49:53 +0000
committerreinelt <>2000-03-10 10:49:53 +0000
commitadeb0346086c03c48c716d3551a8edafa366b299 (patch)
tree965d72ee858aa6385d0709ff25c3dfae92046485 /Makefile
parentbe8523c744070a0aecd680010106b458a8e4b5c2 (diff)
downloadlcd4linux-adeb0346086c03c48c716d3551a8edafa366b299.tar.gz
[lcd4linux @ 2000-03-10 10:49:53 by reinelt]
MatrixOrbital driver finished
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 46a87cd..218e296 100644
--- a/Makefile
+++ b/Makefile
@@ -2,9 +2,6 @@ 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