actube/src/Defs.mak

10 lines
59 B
Makefile
Raw Normal View History

2022-07-09 01:47:04 +02:00
#.ifndef ARCH
2022-07-09 03:06:51 +02:00
2022-07-09 01:47:04 +02:00
ARCH!=uname -m
2022-07-09 03:06:51 +02:00
KERNEL!=uname -s
2022-07-10 12:25:14 +02:00
2022-07-09 01:47:04 +02:00
#.endif