mirror of
https://github.com/ctm/syn68k.git
synced 2024-11-28 12:51:40 +00:00
Make clean cleans up native/i386 .o files too.
This commit is contained in:
parent
a66465f9ca
commit
9c5ceb4e0f
@ -1,3 +1,5 @@
|
||||
SUBDIRS = native/i386
|
||||
|
||||
lib_LIBRARIES = libsyn68k.a
|
||||
include_HEADERS = ../include/syn68k_public.h
|
||||
|
||||
|
@ -1,8 +1,14 @@
|
||||
# Although this is nominally processed by automake, it's really a bunch
|
||||
# of stuff we do by hand that we never converted to the proper automake
|
||||
# method
|
||||
|
||||
CC_FOR_BUILD=@CC_FOR_BUILD@
|
||||
CFLAGS_FOR_BUILD=@CFLAGS_FOR_BUILD@
|
||||
|
||||
LOCAL_INCLUDES =
|
||||
|
||||
CLEANFILES = obj-stmp *.o
|
||||
|
||||
runtimedir = $(top_srcdir)/runtime
|
||||
|
||||
LOCAL_INCLUDES += -I$(srcdir)/include \
|
||||
|
Loading…
Reference in New Issue
Block a user