mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
make install skeleton
This commit is contained in:
parent
dbc9865c36
commit
b5f5b9276f
7 changed files with 51 additions and 8 deletions
|
@ -21,10 +21,11 @@ endif
|
|||
# Make sure that all is the default target
|
||||
# (The including Makefile still needs to define what 'all' is)
|
||||
|
||||
platform = $(shell uname)
|
||||
|
||||
all:
|
||||
|
||||
platform = $(shell uname)
|
||||
PREFIX?=/usr/local
|
||||
|
||||
CROSS ?= arm-none-eabi-
|
||||
CC = $(CROSS)gcc
|
||||
AS = $(CROSS)as
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue