Flatten the repository

This commit is contained in:
Jake Goulding
2018-11-02 21:49:25 -04:00
parent 24c9e871b5
commit ff8c961315
6 changed files with 3 additions and 3 deletions

View File

View File

View File

@@ -23,9 +23,9 @@
"gcc": [
"-mmcu=atmega328p",
"-nostartfiles",
"-T", "../linker-script",
"../interrupt_vector.S",
"../initialize_memory.S"
"-T", "./linker-script",
"./interrupt_vector.S",
"./initialize_memory.S"
]
},