diff options
author | reinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f> | 2000-03-10 11:40:47 +0000 |
---|---|---|
committer | reinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f> | 2000-03-10 11:40:47 +0000 |
commit | c56cd5c1ad40717772fa9212dbeca34ac0a2c305 (patch) | |
tree | f347eaebea00b597a10ceecd1aa9bd762def3408 /Makefile | |
parent | 590366a013ebf4e3ccb289f2a60bf9619f59827f (diff) | |
download | lcd4linux-c56cd5c1ad40717772fa9212dbeca34ac0a2c305.tar.gz |
[lcd4linux @ 2000-03-10 11:40:47 by reinelt]
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@7 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 12 |
1 files changed, 0 insertions, 12 deletions
@@ -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 *~ |