Tweaked makefile
This commit is contained in:
@@ -10,9 +10,14 @@ OBJ = $(addprefix $(ODIR)/,$(SRC:.c=.o))
|
||||
|
||||
OUT=../$(OUTDIR)/airport
|
||||
|
||||
all: $(OBJ)
|
||||
all: game
|
||||
|
||||
game: $(OBJ)
|
||||
$(CC) $(CFLAGS) -o $(OUT) $(OBJ) -Wl,-rpath,. -L../$(OUTDIR) $(LIBS)
|
||||
|
||||
game-release: game
|
||||
strip $(OUT)
|
||||
|
||||
$(OBJ): | $(ODIR)
|
||||
|
||||
$(ODIR):
|
||||
|
||||
Reference in New Issue
Block a user