Skip to content

Commit

Permalink
Fix the makefile for llvm
Browse files Browse the repository at this point in the history
  • Loading branch information
commandblockguy committed Nov 3, 2020
1 parent 8cdbf83 commit 14e9364
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions makefile
Original file line number Diff line number Diff line change
@@ -1,16 +1,22 @@
# todo: seems to be calculating the list of C files prior to running convimg

NAME ?= TANKS
COMPRESSED ?= YES
ICONSRC ?= iconc.png
OUTPUT_MAP ?= YES
NAME ?= TANKS
ICON ?= iconc.png
DESCRIPTION ?= "Tanks! CE"
COMPRESSED ?= YES
ARCHIVED ?= YES

OUTPUT_MAP ?= YES

CFLAGS ?= -Wall -Wextra -Oz

# ----------------------------

default: all_gfx all
ifndef CEDEV
$(error CEDEV environment path variable is not set)
endif

include $(CEDEV)/include/.makefile
include $(CEDEV)/meta/makefile.mk

# ----------------------------

Expand Down

0 comments on commit 14e9364

Please sign in to comment.