Skip to content

Commit

Permalink
FIX: makefile for ios
Browse files Browse the repository at this point in the history
  • Loading branch information
anak10thn committed Apr 3, 2018
1 parent 77675f3 commit f7bfd86
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
1 change: 1 addition & 0 deletions src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ ios: tbaik.c baik_ident.c baik_stack.c baik_expression.c baik_compare.c baik_fac
@echo "Compiling to iOS device"
@mkdir -p $(BIN_DIR)
@$(GCC_IOS) -w -o $(BIN_DIR)/baik.ios $^ -lpthread -lm
@echo "Bypass signature"
@ldid -S $(BIN_DIR)/baik.ios

install:
Expand Down
13 changes: 0 additions & 13 deletions src/Makefile.ios

This file was deleted.

0 comments on commit f7bfd86

Please sign in to comment.