mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-15 14:54:07 +10:00
Added negate opcode to equality opcode, in the second byte
This commit is contained in:
@@ -16,7 +16,6 @@ SRC_SOURCEFILES=$(wildcard $(SRC_SOURCEDIR)/*.c)
|
||||
SRC_OBJFILES=$(addprefix $(SRC_OBJDIR)/,$(notdir $(SRC_SOURCEFILES:.c=.o)))
|
||||
SRC_TARGETNAME=Toy
|
||||
|
||||
#TODO: fix windows & macos
|
||||
#SRC_LIBLINE is a fancy way of making the linker work correctly
|
||||
ifeq ($(shell uname),Linux)
|
||||
SRC_TARGETEXT=.so
|
||||
|
||||
Reference in New Issue
Block a user