Commit Graph

8 Commits

Author SHA1 Message Date
Ludovic Rousseau 49122c26d5 Append instead of overwrite CFLAGS
The user may have a custom CFLAGS with debug flags like -Wextra. These
flags should be used instead of overwritten
2011-01-07 10:17:39 -05:00
Ludovic Rousseau 02c55187a7 Use explicit file names
*.o does not match ../hidtest/hidtest.o so we must use an explicit list
of .o file names
2011-01-07 10:17:30 -05:00
Ludovic Rousseau 81382f21d8 Make "make clean" idempotent
Do not fail if the files to remove do not exist
2011-01-07 10:17:24 -05:00
Ludovic Rousseau 025d81a5a3 use pkg-config to find udev library 2010-11-21 16:18:09 -05:00
Ludovic Rousseau b8ceae83b8 Do not ovewrite CFLAGS
Signed-off-by: Alan Ott <alan@signal11.us>
2010-10-08 22:07:13 -04:00
Alan Ott 28ab1e6ac1 Changed to use pkg-config 2010-08-17 22:50:31 -04:00
Alan Ott 461963e4b7 Libusb implementation for Linux. 2010-08-16 17:02:20 -04:00
Alan Ott 0782bc31f0 README and Makefile for Linux. 2010-07-03 15:26:16 -04:00