1
0
mirror of https://github.com/c64scene-ar/llvm-6502.git synced 2025-02-16 16:31:04 +00:00

12 lines
287 B
Makefile
Raw Normal View History

##===- projects/Stacker/Makefile ---------------------------*- Makefile -*-===##
#
# This is the Stacker top-level Makefile
#
##===----------------------------------------------------------------------===##
LEVEL = .
DIRS = lib tools
EXTRA_DIST = test
include $(LEVEL)/Makefile.common