Skip to content

Commit

Permalink
Hot Fixed typo in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
LeeKaiXuan committed Oct 27, 2023
1 parent 0ea83d9 commit 259b3f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/Make.vars
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
TAGS = ($shell git describe --abbrev=0 --tags)
TAGS = $(shell git describe --abbrev=0 --tags)
PSSGEN_NAME = pssgen_${TAGS}.jar

ANTLR4_JAR_PATH = ${PSS_HOME}/antlr4/antlr-4.9.3-complete.jar
Expand Down

0 comments on commit 259b3f5

Please sign in to comment.