-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
JVKran
committed
May 13, 2021
1 parent
94e4a90
commit 6176dd1
Showing
13 changed files
with
7 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,10 @@ | ||
SOURCES := odd.asm even.asm equals.asm if.asm summy.asm | ||
HEADERS := | ||
SEARCH := | ||
SOURCES := $(wildcard source/*.asm) | ||
|
||
TARGET ?= arduino_due | ||
SERIAL_PORT ?= COM2 | ||
RUN_TERMINAL ?= # Don't run terminal | ||
TARGET ?= arduino_due | ||
SERIAL_PORT ?= COM2 | ||
RUN_TERMINAL ?= # Don't run terminal | ||
|
||
RELATIVE ?= ../../ATP | ||
BMPTK := $(RELATIVE)/bmptk | ||
RELATIVE ?= ../../ATP | ||
BMPTK := $(RELATIVE)/bmptk | ||
|
||
include $(BMPTK)/makefile.inc | ||
include $(BMPTK)/makefile.inc |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.