aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--Makefile12
1 files changed, 0 insertions, 12 deletions
diff --git a/Makefile b/Makefile
index 218e296..e69de29 100644
--- a/Makefile
+++ b/Makefile
@@ -1,12 +0,0 @@
-CC=gcc -m486 -g -Wall -I. -DVERSION=\"V0.5\"
-
-all: lcd4linux
-
-#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
-
-lcd4linux: display.c MatrixOrbital.c
- ${CC} -lm -o lcd4linux display.c MatrixOrbital.c
-
-clean:
- rm -f lcd4linux *.o *~