1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-29 10:29:30 +00:00

Better cleanup

git-svn-id: svn://svn.cc65.org/cc65/trunk@2469 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz 2003-10-02 09:07:50 +00:00
parent 2b501720bf
commit 65044306a0

View File

@ -365,22 +365,16 @@ programs for the Commodore VIC20 using the cc65 crosscompiler.
%prep
%setup
%setup -q
%build
# Binaries
cd src
make -f make/gcc.mak
cd ..
cd src; make -f make/gcc.mak; cd ..
# Libraries
cd libsrc
make -s zap all
cd ..
cd libsrc; make -s zap all; cd ..
# Documentation
cd doc
make html
cd ..
cd doc; make html; cd ..
%install
@ -413,8 +407,15 @@ install -m 644 libsrc/*.joy $RPM_BUILD_ROOT/usr/lib/cc65/joy
install -m 644 libsrc/*.tgi $RPM_BUILD_ROOT/usr/lib/cc65/tgi
%clean
rm -rf $RPM_BUILD_ROOT
%changelog
* Thu Oct 02 2003 Ullrich von Bassewitz <uz@cc65.org>
- Better cleanup
* Thu Jun 12 2003 Ullrich von Bassewitz <uz@cc65.org>
- Added subdirectories of include/