For BSDMake

This commit is contained in:
2022-07-09 01:47:04 +02:00
parent bef5391c9f
commit 6929741620
7 changed files with 59 additions and 78 deletions

View File

@ -1,5 +1,5 @@
ifndef ARCH
ARCH = $(shell uname -m)
endif
#.ifndef ARCH
ARCH!=uname -m
#.endif