Basic VM and other minor improvements.
Not complete, probably not fully debugged or optimized.
This commit is contained in:
@@ -18,7 +18,7 @@ OBJ = init.o
|
||||
# build local binary
|
||||
all build: $(SERVER)
|
||||
$(SERVER): $(OBJ)
|
||||
$(CC) $(CFLAGS) -o $@ $(LDFLAGS) $(OBJ) -lsysutil
|
||||
$(CC) $(CFLAGS) -o $@ $(LDFLAGS) $(OBJ) -lsys
|
||||
install -S 8k $@
|
||||
|
||||
# install with other servers
|
||||
|
||||
Reference in New Issue
Block a user