OBJECTS = nyancat.o all: nyancat nyancat: $(OBJECTS) $(CC) $(LFLAGS) $(OBJECTS) -o $@ clean: -rm -f $(OBJECTS) nyancat check: all # Unit tests go here. None currently. @echo "*** ALL TESTS PASSED ***" .PHONY: all clean check l='vcs-git' href='https://git.dereenigne.org/debian/lcd4linux.git' title='lcd4linux.git Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/README (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2000-04-03[lcd4linux @ 2000-04-03 04:46:38 by reinelt]reinelt1-1/+16
added '-c key=val' option
2000-04-03[lcd4linux @ 2000-04-03 04:01:31 by reinelt]reinelt3-8/+20
if 'gap' is specified as -1, a gap of (pixelsize+pixelgap) is selected automatically
2000-04-02[lcd4linux @ 2000-04-02 22:07:10 by herp]herp1-10/+20
fixded a bug that occasionally caused Xlib errors
2000-04-01[lcd4linux @ 2000-04-01 22:40:42 by herp]herp2-19/+30
geometric correction (too many pixelgaps) lcd4linux main should return int, not void
2000-04-01[lcd4linux @ 2000-04-01 19:33:45 by herp]herp1-3/+9
colors in format \#RRGGBB in config-file now understood
2000-04-01[lcd4linux @ 2000-04-01 16:22:38 by reinelt]reinelt5-11/+15
bug that caused a segfault in processor.c fixed (thanks to herp)
2000-03-31[lcd4linux @ 2000-03-31 04:41:22 by reinelt]reinelt1-63/+68
X11 driver: semaphore bug fixed
2000-03-30[lcd4linux @ 2000-03-30 16:46:57 by reinelt]reinelt9-77/+1153
configure now handles '--with-x' and '--without-x' correct
2000-03-28[lcd4linux @ 2000-03-28 08:48:33 by reinelt]reinelt2-7/+56
README.X11 added
2000-03-28[lcd4linux @ 2000-03-28 07:22:15 by reinelt]reinelt9-186/+447
version 0.95 released X11 driver up and running minor bugs fixed
2000-03-26[lcd4linux @ 2000-03-26 20:00:44 by reinelt]reinelt4-23/+92
README.Raster added
2000-03-26[lcd4linux @ 2000-03-26 19:03:52 by reinelt]reinelt5-10/+33
more Pixmap renaming quoting of '#' in config file
2000-03-26[lcd4linux @ 2000-03-26 18:46:28 by reinelt]reinelt10-117/+163
bug in pixmap.c that leaded to empty bars fixed name conflicts with X11 resolved
2000-03-26[lcd4linux @ 2000-03-26 12:55:03 by reinelt]reinelt3-25/+85
enhancements to the PPM driver
2000-03-25[lcd4linux @ 2000-03-25 05:50:43 by reinelt]reinelt10-33/+91
memory leak in Raster_flush closed driver family logic changed