From: notaz Date: Wed, 22 Oct 2014 20:42:42 +0000 (+0300) Subject: add gitignore X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=megadrive.git;a=commitdiff_plain;h=39a998dd6178bbbdc88611486129581f77daae68 add gitignore --- diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..850d10a --- /dev/null +++ b/.gitignore @@ -0,0 +1,6 @@ +*.o +*.elf +*.hex +.*.swp +cscope.out +tags diff --git a/Makefile b/Makefile index 338782c..fdb0afc 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ SIZE = $(CROSS_COMPILE)size TOOLSPATH = tools -TARGET = test +TARGET = teensytas # CPPFLAGS += -DUSB_SERIAL -DLAYOUT_US_ENGLISH CPPFLAGS += -D__MK20DX256__ -DF_CPU=48000000