Recreate .swift marker in makefile

The target folder needs to contain a .swift files to
make SPM recognize it as a Swift target.
This commit is contained in:
Helge Heß 2022-08-04 16:43:59 +02:00
parent ddaed0c87f
commit 15dfb4cea8
No known key found for this signature in database
GPG Key ID: 0A3825768D88C07D
3 changed files with 1 additions and 1 deletions

0
dist/MarkAsSwift.swift vendored Normal file
View File

View File

@ -1 +0,0 @@
// Dummy file, could add extra code in extensions.

View File

@ -11,6 +11,7 @@ clean:
mkdir ./dist
build: clean
touch dist/MarkAsSwift.swift
sqlite3 dist/northwind.db < src/create.sql > /dev/null
sqlite3 dist/northwind.db < src/update.sql > /dev/null
sqlite3 dist/northwind.db < src/report.sql