projects
/
petitboot
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Initial gitification of petitboot
[petitboot]
/
devices
/
Makefile
1
2
CC=gcc
3
CFLAGS=-Wall -g -O2
4
5
parsers = native-parser.o
6
7
all: udev-helper
8
9
udev-helper: udev-helper.o params.o $(parsers)