starting a flags parser

This commit is contained in:
2023-10-13 04:24:32 -07:00
parent c2e83613f2
commit 3cefb59310
4 changed files with 327 additions and 5 deletions

View File

@@ -6,7 +6,7 @@ LDFLAGS :=
SOURCE_DIR ?= "/mnt/Kyle/Documents/Fonts/Equity + Concourse Standard + Triplicate"
TARGET_DIR ?= "$(HOME)/.local/share/fonts"
SOURCES := rcpp.cc
SOURCES := rcpp.cc Flag.cc Flag.h
OBJS := $(patsubst %.cc,%.o,$(filter %.cc,$(SOURCES)))
TARGET := rcpp