aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorreinelt <>2000-01-16 12:17:59 +0000
committerreinelt <>2000-01-16 12:17:59 +0000
commit991cae8c076d9da475bf833186219b3d2a396f29 (patch)
treee884a890843544c3039c1af4c58e43e45b642018 /Makefile
downloadlcd4linux-991cae8c076d9da475bf833186219b3d2a396f29.tar.gz
[lcd4linux @ 2000-01-16 12:17:59 by reinelt]
Initial revision
Diffstat (limited to '')
-rw-r--r--Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..218e296
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,12 @@
+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 *~
me changes to the server to make it easier to closeKevin Lange1-2/+11 2011-11-30More readme updatesKevin Lange1-0/+6 2011-11-30Update readmeKevin Lange1-0/+16 2011-11-30That's a layover from the ToaruOS version of this...Kevin Lange1-1/+0 2011-11-30rxvt should emulate linuxKevin Lange1-1/+3 2011-11-30Buffer 1024 characters on each readKevin Lange1-1/+1 2011-11-30Hide the cursorKevin Lange1-1/+1 2011-11-30Telnet serverKevin Lange4-0/+808 2011-11-30Change description text for the modes. Standard color XTerm looks good, linux...Kevin Lange1-3/+3 2011-11-30Will this work?Kevin Lange1-0/+2