Please enable JavaScript in your browser!
Startseite
Erkunden
Hilfe
Anmelden
phreedom2600net
/
linux-libre
Beobachten
2
Favorit hinzufügen
0
Fork
0
Dateien
Issues
0
Pull-Requests
0
Wiki
Struktur:
b4e9ce8144
Branches
Tags
4.9.117
audiocape
hexdriver
master
linux-libre
/
samples
/
watchdog
/
Makefile
Makefile
92 B
Verlauf
Originalformat
1
2
3
4
5
6
7
8
9
CC := $(CROSS_COMPILE)gcc
PROGS := watchdog-simple
all: $(PROGS)
clean:
rm -fr $(PROGS)