Skip to content

Commit

Permalink
LibCommon moved to LibAsm
Browse files Browse the repository at this point in the history
  • Loading branch information
mmamayka committed Nov 24, 2020
1 parent 532390e commit 0721039
Show file tree
Hide file tree
Showing 13 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Assembler/makefile
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
LDFLAGS := \
../ttrack-lib/lib/ttrack-lib.a \
../LibCommon/lib/libcommon.a \
../LibAsm/lib/libcommon.a \
-lm

CFLAGS := \
-Wall -Wextra \
-g \
-I../ttrack-lib/hdr \
-I../LibCommon/hdr \
-I../LibAsm/hdr \
-DSTACKTRACE

LIBS := \
Expand Down
4 changes: 2 additions & 2 deletions Disassembler/makefile
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
LDFLAGS := \
../ttrack-lib/lib/ttrack-lib.a \
../LibCommon/lib/libcommon.a \
../LibAsm/lib/libcommon.a \
-lm

CFLAGS := \
-Wall -Wextra \
-g \
-I../ttrack-lib/hdr \
-I../LibCommon/hdr \
-I../LibAsm/hdr \
-DSTACKTRACE

DOCPATH := doc-html
Expand Down
4 changes: 2 additions & 2 deletions Emulator/makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
LDFLAGS := \
../ttrack-lib/lib/ttrack-lib.a \
../LibCommon/lib/libcommon.a \
../LibAsm/lib/libcommon.a \
-lm \
-lsfml-window \
-lsfml-graphics \
Expand All @@ -10,7 +10,7 @@ CFLAGS := \
-Wall -Wextra \
-g \
-I../ttrack-lib/hdr \
-I../LibCommon/hdr \
-I../LibAsm/hdr \
-DSTACKTRACE

DOCPATH := doc-html
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 0721039

Please sign in to comment.