Add installation rule for Lox

This commit is contained in:
Tom Willemse 2021-07-29 23:38:34 -07:00
parent 2adc0cc33a
commit 276debcb35
Signed by: ryuslash
GPG key ID: 7D5C407B435025C1
2 changed files with 3 additions and 0 deletions

1
clox/.gitignore vendored
View file

@ -1 +1,2 @@
_build/
dist/

View file

@ -11,3 +11,5 @@ add_executable(Lox
vm.h
vm.c
main.c)
install(TARGETS Lox)