summaryrefslogtreecommitdiff
path: root/kernel-devel/char-device/example/user/Makefile
blob: 66a330c5363157511fdba5ad524d2211e26e3c20 (plain)
1
2
3
4
5
6
OBJECTS=huhu.o

all: $(OBJECTS)
	gcc -o huhu $(OBJECTS)
clean:
	rm -f $(OBJECTS) huhu