summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLauri Leukkunen <lle@rahina.org>2006-10-15 23:54:40 +0300
committerLauri Leukkunen <lleukkun@leka.rahina.org>2006-10-15 23:54:40 +0300
commit1ffaaae8397555f2c29421f518db432c58eb6687 (patch)
treed2b7169ca33173abb80146ce73e8aadb76befe44 /Makefile
parenta24836d0eb613849205cd82deaa3288cb60e3536 (diff)
* minor changes to llbuild
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index cfceb36..0dcc375 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,5 @@
CC = gcc
+CXX = g++
LD = ld
PACKAGE_VERSION = "1.99b"
PACKAGE = "SB2"
@@ -11,8 +12,8 @@ MAKEFILES = Makefile $(LLBUILD)/Makefile.include
export CC CFLAGS MAKEFILES TOPDIR LLBUILD
-obj-builtin = lua preload utils
-targets = utils/sb2init
+subdirs = lua preload utils
+targets = utils/sb2init utils/sb_gcc_wrapper
all: build