CC = gcc RM = rm -f CFLAGS = -g -Wall -O2 LFLAGS = -g -Wall LDFLAGS = -lusb OBJS = ttusb_dec_reset.o TARGET = ttusb_dec_reset $(TARGET): $(OBJS) $(CC) $(LFLAGS) $(LDFLAGS) -o $(TARGET) $(OBJS) .c.o: $(CC) $(CFLAGS) -c $< -o $@ clean: $(RM) *.o $(TARGET) git' title='lcd4linux.git Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/property.h (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2008-04-03update charset for Crystalfontz Model 632 and 634michux2-3/+87
2008-03-05improve error messagesmichux1-7/+13
2008-03-03reformat plugin_mpd - use c style commentsmichux1-8/+8
2008-03-03correct code format (indent)michux1-2/+2
2008-03-03correct code format (indent)michux5-184/+185