Noah 4 年之前
父節點
當前提交
fb6fa757bc
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      Makefile

+ 2 - 1
Makefile

@@ -1,11 +1,12 @@
 # tibasicc - a compiler for TI-BASIC code 
-# See LICENSE file for copyright and license details.  PROJDIRS := src
+# See LICENSE file for copyright and license details.  
 
 VERSION = 0.1
 
 # paths
 PREFIX = /usr/local/
 
+PROJDIRS := src
 SRCFILES := $(shell find $(PROJDIRS) -type f -name "*.cpp")
 OBJFILES := $(patsubst %.cpp,%.o,$(SRCFILES))
 DEPFILES := $(patsubst %.cpp,%.d,$(SRCFILES))