actube/src/Defs.mak

9 lines
58 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-09 01:47:04 +02:00
#.endif