Skip to content

Commit

Permalink
Move the sources to the root directory.
Browse files Browse the repository at this point in the history
  • Loading branch information
redcode committed Jan 30, 2024
1 parent cdbd79b commit 86af084
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ on:
push:
paths:
- '.github/workflows/build.yml'
- 'sources/**'
- '*.asm'
- 'Makefile'
pull_request:
paths:
- '.github/workflows/build.yml'
- 'sources/**'
- '*.asm'
- 'Makefile'

jobs:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
tap:
sjasmplus "sources/Z80 XCF Flavor.asm"
sjasmplus "Z80 XCF Flavor.asm"

clean:
-rm -f "Z80 XCF Flavor.tap"
File renamed without changes.

0 comments on commit 86af084

Please sign in to comment.