default: all all: db db: @echo "Creating the database..." @echo "drop table firstrecord;" | mysql -u firstrecord --password=firstrecord firstrecord @cat firstrecord.sql | mysql -u firstrecord --password=firstrecord firstrecord @echo "Done."