Skip to content
Snippets Groups Projects

Fixes to build on a fresh host

Merged Lorenzo Pivetta requested to merge fix-path into master
4 files
+ 9
5
Compare changes
  • Side-by-side
  • Inline
Files
4
+ 3
1
@@ -9,7 +9,9 @@
# nc installed directly in $(NCHOME)/bin
include ../../sysconfig.mk
VPATH= $(NCSRC)/compiler/nc
# VPATH= $(NCSRC)/compiler/nc
NCSRC = ../..
NCHOME = ../..
OBJS = main.o argtab.o getargs.o stoi.o
SRC = main.c argtab.c getargs.c stoi.c