-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMakefile
More file actions
23 lines (20 loc) · 975 Bytes
/
Copy pathMakefile
File metadata and controls
23 lines (20 loc) · 975 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# ________ __ _________.__ _____ __
# \______ \ _____ _/ |______ / _____/|__|/ ____\/ |_
# | | \\__ \\ __\__ \ \_____ \ | \ __\\ __\
# | ` \/ __ \| | / __ \_/ \| || | | |
# /_______ (____ /__| (____ /_______ /|__||__| |__|
# \/ \/ \/ \/
# ___________ ___. .___ .___ .___
# \_ _____/ _____\_ |__ ____ __| _/__| _/____ __| _/
# | __)_ / \| __ \_/ __ \ / __ |/ __ |/ __ \ / __ |
# | \ Y Y \ \_\ \ ___// /_/ / /_/ \ ___// /_/ |
# /_______ /__|_| /___ /\___ >____ \____ |\___ >____ |
# \/ \/ \/ \/ \/ \/ \/ \/
#
# Makefile 'o simpleness
withgit:
git commit -a -m "pre-compile commit(`date`)"; g++ -mcpu=arm9 dse.c sbus.c -o dse -lcurl
all:
g++ -mcpu=arm9 dse.c sbus.c -o dse -lcurl
verbose:
g++ -mcpu=arm9 -Wall dse.c sbus.c -o dse -ldl -pthread -lcurl