Commit 5aae9d0
committed
Fix Makefile
This target was previously not cleaning up the generated source file for
the lexer or the build binary. This issue was seen on Ubuntu and
resulted in cmake errors when using `make clean` as part of switching
from using the make build to using the cmake build.clean target of src/crangler
1 parent cedd5ea commit 5aae9d0
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
21 | 23 | | |
22 | 24 | | |
23 | 25 | | |
| |||
0 commit comments