From 991cae8c076d9da475bf833186219b3d2a396f29 Mon Sep 17 00:00:00 2001 From: reinelt <> Date: Sun, 16 Jan 2000 12:17:59 +0000 Subject: [lcd4linux @ 2000-01-16 12:17:59 by reinelt] Initial revision --- Makefile | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Makefile (limited to 'Makefile') 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 *~ -- cgit v1.2.3