Skip to content

Commit

Permalink
Update root Makefile to not require git (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
markwaddle authored Oct 2, 2024
1 parent 60cac79 commit c9f6c8d
Show file tree
Hide file tree
Showing 12 changed files with 2 additions and 611 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
repo_root = $(shell git rev-parse --show-toplevel)
include $(repo_root)/tools/makefiles/recursive.mk
this_dir = $(patsubst %/,%,$(dir $(realpath $(lastword $(MAKEFILE_LIST)))))
include $(this_dir)/tools/makefiles/recursive.mk
12 changes: 0 additions & 12 deletions semantic-workbench/v1/.vscode/extensions.json

This file was deleted.

43 changes: 0 additions & 43 deletions semantic-workbench/v1/.vscode/launch.json

This file was deleted.

262 changes: 0 additions & 262 deletions semantic-workbench/v1/.vscode/settings.json

This file was deleted.

2 changes: 0 additions & 2 deletions semantic-workbench/v1/Makefile

This file was deleted.

16 changes: 0 additions & 16 deletions semantic-workbench/v1/service/.dockerignore

This file was deleted.

34 changes: 0 additions & 34 deletions semantic-workbench/v1/service/Dockerfile.assistant

This file was deleted.

Loading

0 comments on commit c9f6c8d

Please sign in to comment.