mirror of
https://github.com/Interlisp/maiko.git
synced 2026-04-25 20:11:36 +00:00
For Linux makefiles, automated selection of gcc versus clang compiler depending on whats installed. Refactored Linux makefiles to simplify top level makefiles with slightly more complicated common makefiles. Makefiles for Cygwin and WSL1 all rewritten to use the common linux makefiles code.
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
# Options for Linux, ARM64 and SDL
|
||||
|
||||
include linux-sdl.mk
|
||||
USE_DISPLAY=sdl
|
||||
USE_LIBBSD=T
|
||||
|
||||
include linux-common.mk
|
||||
|
||||
default : ../$(OSARCHNAME)/lde ../$(OSARCHNAME)/ldesdl
|
||||
|
||||
Reference in New Issue
Block a user