RaspberrPi project source code
guowenxue
4 hours ago 3ef6cf39749c00366b12aef9f023aac3bda16f2d
project/booster/makefile
@@ -11,7 +11,7 @@
#
#*******************************************************************************
PWD=$(shell pwd )
PWD=$(shell pwd)
BUILD_ARCH=$(shell uname -m)
ifneq ($(findstring $(BUILD_ARCH), "x86_64" "i386"),)
@@ -22,7 +22,6 @@
LIBNAME=$(shell basename ${PWD} )
TOPDIR=$(shell dirname ${PWD} )
CFLAGS+=-D_GNU_SOURCE
all: clean
   @rm -f *.o