Skip to content

Commit

Permalink
Reorganized again...
Browse files Browse the repository at this point in the history
  • Loading branch information
JVKran committed May 13, 2021
1 parent 94e4a90 commit 6176dd1
Show file tree
Hide file tree
Showing 13 changed files with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions example/Makefile
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.

0 comments on commit 6176dd1

Please sign in to comment.